#B54327

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

Shades of Medium Carmine #B54327

Tints of Medium Carmine #B54327

Color information

#B54327 (or 0xB54327) is unknown color: approx Medium Carmine. HEX triplet: B5, 43 and 27. RGB value is (181,67,39). Sum of RGB (Red+Green+Blue) = 181+67+39=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B54327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54327 is #4ABCD8. Grayscale: #626262. Windows color (decimal): -4898009 or 2573237. OLE color: 2573237.

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

Color convert

RGB1816739-
CMYK00.630.780.29
HSL11.83º64.55%43.14%-
HSV(B)11.83º78.45%70.98%-
XYZ21.4313.983.49-
YUV97.8994.77187.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 39 (15.62% from 255) = 13.59%
R=63.07%
G=23.34%
B=13.59%

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
Decimal181673900.630.780.2911.8364.5543.14
HexB5432703F4E1Dc412b
Octal26510347077116351410153
Binary101101011000011100111011111110011101110111001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54327; }

 p { color: rgb(181,67,39); }

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

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

 a { background-color: rgb(181,67,39); }

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

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

 span { border-color: rgb(181,67,39); }

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