#B44326

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

Shades of Medium Carmine #B44326

Tints of Medium Carmine #B44326

Color information

#B44326 (or 0xB44326) is unknown color: approx Medium Carmine. HEX triplet: B4, 43 and 26. RGB value is (180,67,38). Sum of RGB (Red+Green+Blue) = 180+67+38=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B44326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44326 is #4BBCD9. Grayscale: #616161. Windows color (decimal): -4963546 or 2507700. OLE color: 2507700.

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

Color convert

RGB1806738-
CMYK00.630.790.29
HSL12.25º65.14%42.75%-
HSV(B)12.25º78.89%70.59%-
XYZ21.1813.863.39-
YUV97.4894.44186.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=63.16%
G=23.51%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180673800.630.790.2912.2565.1442.75
HexB4432603F4F1Dc412b
Octal26410346077117351410153
Binary101101001000011100110011111110011111110111001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44326; }

 p { color: rgb(180,67,38); }

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

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

 a { background-color: rgb(180,67,38); }

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

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

 span { border-color: rgb(180,67,38); }

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