#B04B36

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

Shades of Medium Carmine #B04B36

Tints of Medium Carmine #B04B36

Color information

#B04B36 (or 0xB04B36) is unknown color: approx Medium Carmine. HEX triplet: B0, 4B and 36. RGB value is (176,75,54). Sum of RGB (Red+Green+Blue) = 176+75+54=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04B36 is #4FB4C9. Grayscale: #666666. Windows color (decimal): -5223626 or 3558320. OLE color: 3558320.

HSL color Cylindrical-coordinate representation of color #B04B36: hue angle of 10.33º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04B36 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1767554-
CMYK00.570.690.31
HSL10.33º53.04%45.1%-
HSV(B)10.33º69.32%69.02%-
XYZ21.0914.535.18-
YUV102.8100.46180.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.70%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=57.70%
G=24.59%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176755400.570.690.3110.3353.0445.1
HexB04B36039451Fa352d
Octal2601136607110537126555
Binary10110000100101111011001110011000101111111010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B36; }

 p { color: rgb(176,75,54); }

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

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

 a { background-color: rgb(176,75,54); }

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

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

 span { border-color: rgb(176,75,54); }

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