#b74237

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

Shades of Medium Carmine #B74237

Tints of Medium Carmine #B74237

Color information

#B74237 (or 0xB74237) is unknown color: approx Medium Carmine. HEX triplet: B7, 42 and 37. RGB value is (183,66,55). Sum of RGB (Red+Green+Blue) = 183+66+55=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B74237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74237 is #48BDC8. Grayscale: #636363. Windows color (decimal): -4767177 or 3621559. OLE color: 3621559.

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

Color convert

RGB1836655-
CMYK00.640.700.28
HSL5.16º53.78%46.67%-
HSV(B)5.16º69.95%71.76%-
XYZ22.1714.245.19-
YUV99.73102.76187.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 55 (21.88% from 255) = 18.09%
R=60.20%
G=21.71%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183665500.640.700.285.1653.7846.67
HexB74237040461C5362f
Octal2671026701001063456657
Binary10110111100001011011101000000100011011100101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74237; }

 p { color: rgb(183,66,55); }

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

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

 a { background-color: rgb(183,66,55); }

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

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

 span { border-color: rgb(183,66,55); }

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