#b74735

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

Shades of Medium Carmine #B74735

Tints of Medium Carmine #B74735

Color information

#B74735 (or 0xB74735) is unknown color: approx Medium Carmine. HEX triplet: B7, 47 and 35. RGB value is (183,71,53). Sum of RGB (Red+Green+Blue) = 183+71+53=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B74735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74735 is #48B8CA. Grayscale: #666666. Windows color (decimal): -4765899 or 3491767. OLE color: 3491767.

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

Color convert

RGB1837153-
CMYK00.610.710.28
HSL8.31º55.08%46.27%-
HSV(B)8.31º71.04%71.76%-
XYZ22.4214.835.05-
YUV102.44100.11185.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=59.61%
G=23.13%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183715300.610.710.288.3155.0846.27
HexB7473503D471C8372e
Octal2671076507510734106756
Binary10110111100011111010101111011000111111001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74735; }

 p { color: rgb(183,71,53); }

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

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

 a { background-color: rgb(183,71,53); }

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

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

 span { border-color: rgb(183,71,53); }

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