#B44227

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

Shades of Medium Carmine #B44227

Tints of Medium Carmine #B44227

Color information

#B44227 (or 0xB44227) is unknown color: approx Medium Carmine. HEX triplet: B4, 42 and 27. RGB value is (180,66,39). Sum of RGB (Red+Green+Blue) = 180+66+39=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B44227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44227 is #4BBDD8. Grayscale: #616161. Windows color (decimal): -4963801 or 2572980. OLE color: 2572980.

HSL color Cylindrical-coordinate representation of color #B44227: hue angle of 11.49º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B44227 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1806639-
CMYK00.630.780.29
HSL11.49º64.38%42.94%-
HSV(B)11.49º78.33%70.59%-
XYZ21.1413.753.46-
YUV97.0195.27187.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=63.16%
G=23.16%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180663900.630.780.2911.4964.3842.94
HexB4422703F4E1Db402b
Octal26410247077116351310053
Binary101101001000010100111011111110011101110110111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44227; }

 p { color: rgb(180,66,39); }

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

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

 a { background-color: rgb(180,66,39); }

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

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

 span { border-color: rgb(180,66,39); }

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