#B94028

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

Shades of Medium Carmine #B94028

Tints of Medium Carmine #B94028

Color information

#B94028 (or 0xB94028) is unknown color: approx Medium Carmine. HEX triplet: B9, 40 and 28. RGB value is (185,64,40). Sum of RGB (Red+Green+Blue) = 185+64+40=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B94028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94028 is #46BFD7. Grayscale: #616161. Windows color (decimal): -4636632 or 2638009. OLE color: 2638009.

HSL color Cylindrical-coordinate representation of color #B94028: hue angle of 9.93º 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 #B94028 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1856440-
CMYK00.650.780.27
HSL9.93º64.44%44.12%-
HSV(B)9.93º78.38%72.55%-
XYZ22.2214.133.56-
YUV97.4495.59190.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.01%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=64.01%
G=22.15%
B=13.84%

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
Decimal185644000.650.780.279.9364.4444.12
HexB940280414E1Ba402c
Octal271100500101116331210054
Binary1011100110000001010000100000110011101101110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94028; }

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

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

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

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

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

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

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

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