#B74636

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

Shades of Medium Carmine #B74636

Tints of Medium Carmine #B74636

Color information

#B74636 (or 0xB74636) is unknown color: approx Medium Carmine. HEX triplet: B7, 46 and 36. RGB value is (183,70,54). Sum of RGB (Red+Green+Blue) = 183+70+54=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B74636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74636 is #48B9C9. Grayscale: #666666. Windows color (decimal): -4766154 or 3557047. OLE color: 3557047.

HSL color Cylindrical-coordinate representation of color #B74636: hue angle of 7.44º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74636 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1837054-
CMYK00.620.700.28
HSL7.44º54.43%46.47%-
HSV(B)7.44º70.49%71.76%-
XYZ22.3814.715.15-
YUV101.96100.94185.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=59.61%
G=22.80%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183705400.620.700.287.4454.4346.47
HexB7463603E461C7362e
Octal267106660761063476656
Binary1011011110001101101100111110100011011100111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74636; }

 p { color: rgb(183,70,54); }

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

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

 a { background-color: rgb(183,70,54); }

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

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

 span { border-color: rgb(183,70,54); }

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