#B54434

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

Shades of Medium Carmine #B54434

Tints of Medium Carmine #B54434

Color information

#B54434 (or 0xB54434) is unknown color: approx Medium Carmine. HEX triplet: B5, 44 and 34. RGB value is (181,68,52). Sum of RGB (Red+Green+Blue) = 181+68+52=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B54434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54434 is #4ABBCB. Grayscale: #646464. Windows color (decimal): -4897740 or 3425461. OLE color: 3425461.

HSL color Cylindrical-coordinate representation of color #B54434: hue angle of 7.44º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B54434 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1816852-
CMYK00.620.710.29
HSL7.44º55.36%45.69%-
HSV(B)7.44º71.27%70.98%-
XYZ21.7414.214.84-
YUV99.96100.94185.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=60.13%
G=22.59%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181685200.620.710.297.4455.3645.69
HexB5443403E471D7372e
Octal265104640761073576756
Binary1011010110001001101000111110100011111101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54434; }

 p { color: rgb(181,68,52); }

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

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

 a { background-color: rgb(181,68,52); }

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

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

 span { border-color: rgb(181,68,52); }

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