#B94029

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

Shades of Medium Carmine #B94029

Tints of Medium Carmine #B94029

Color information

#B94029 (or 0xB94029) is unknown color: approx Medium Carmine. HEX triplet: B9, 40 and 29. RGB value is (185,64,41). Sum of RGB (Red+Green+Blue) = 185+64+41=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B94029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94029 is #46BFD6. Grayscale: #616161. Windows color (decimal): -4636631 or 2703545. OLE color: 2703545.

HSL color Cylindrical-coordinate representation of color #B94029: hue angle of 9.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B94029 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1856441-
CMYK00.650.780.27
HSL9.58º63.72%44.31%-
HSV(B)9.58º77.84%72.55%-
XYZ22.2414.143.66-
YUV97.5696.09190.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.79%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 41 (16.41% from 255) = 14.14%
R=63.79%
G=22.07%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185644100.650.780.279.5863.7244.31
HexB940290414E1Ba402c
Octal271100510101116331210054
Binary1011100110000001010010100000110011101101110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94029; }

 p { color: rgb(185,64,41); }

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

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

 a { background-color: rgb(185,64,41); }

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

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

 span { border-color: rgb(185,64,41); }

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