#B94236

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

Shades of Medium Carmine #B94236

Tints of Medium Carmine #B94236

Color information

#B94236 (or 0xB94236) is unknown color: approx Medium Carmine. HEX triplet: B9, 42 and 36. RGB value is (185,66,54). Sum of RGB (Red+Green+Blue) = 185+66+54=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B94236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94236 is #46BDC9. Grayscale: #646464. Windows color (decimal): -4636106 or 3556025. OLE color: 3556025.

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

Color convert

RGB1856654-
CMYK00.640.710.27
HSL5.5º54.81%46.86%-
HSV(B)5.5º70.81%72.55%-
XYZ22.6214.485.09-
YUV100.21101.92188.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=60.66%
G=21.64%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185665400.640.710.275.554.8146.86
HexB94236040471B5372f
Octal2711026601001073356757
Binary10111001100001011011001000000100011111011101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94236; }

 p { color: rgb(185,66,54); }

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

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

 a { background-color: rgb(185,66,54); }

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

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

 span { border-color: rgb(185,66,54); }

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