#b73c2c

Color #B73C2C Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B73C2C

Tints of Medium Carmine #B73C2C

Color information

#B73C2C (or 0xB73C2C) is unknown color: approx Medium Carmine. HEX triplet: B7, 3C and 2C. RGB value is (183,60,44). Sum of RGB (Red+Green+Blue) = 183+60+44=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C2C is #48C3D3. Grayscale: #5F5F5F. Windows color (decimal): -4768724 or 2899127. OLE color: 2899127.

HSL color Cylindrical-coordinate representation of color #B73C2C: hue angle of 6.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73C2C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1836044-
CMYK00.670.760.28
HSL6.91º61.23%44.51%-
HSV(B)6.91º75.96%71.76%-
XYZ21.613.483.85-
YUV94.9599.25190.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 44 (17.58% from 255) = 15.33%
R=63.76%
G=20.91%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183604400.670.760.286.9161.2344.51
HexB73C2C0434C1C73d2d
Octal267745401031143477555
Binary1011011111110010110001000011100110011100111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73c2c; }

 p { color: rgb(183,60,44); }

 H1.HeaderClassName
 {
   color: #b73c2c;
 }
 .AnyTagClassName
 {
   color: #b73c2c;
 }
</style>
background-color css

<style>
 a { background-color: #b73c2c; }

 a { background-color: rgb(183,60,44); }

 div.DivClassName
 {
   background-color: #b73c2c;
 }
 .BgClassName
 {
   background-color: #b73c2c;
 }
</style>
border-color css

<style>
 span { border-color: #b73c2c; }

 span { border-color: rgb(183,60,44); }

 td.TdClassName
 {
   border-color: #b73c2c;
 }
 .TagClassName
 {
   border-color: #b73c2c;
 }
</style>