#B54430

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

Shades of Medium Carmine #B54430

Tints of Medium Carmine #B54430

Color information

#B54430 (or 0xB54430) is unknown color: approx Medium Carmine. HEX triplet: B5, 44 and 30. RGB value is (181,68,48). Sum of RGB (Red+Green+Blue) = 181+68+48=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B54430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54430 is #4ABBCF. Grayscale: #636363. Windows color (decimal): -4897744 or 3163317. OLE color: 3163317.

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

Color convert

RGB1816848-
CMYK00.620.730.29
HSL9.02º58.08%44.9%-
HSV(B)9.02º73.48%70.98%-
XYZ21.6614.174.39-
YUV99.5198.94186.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=60.94%
G=22.90%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181684800.620.730.299.0258.0844.9
HexB5443003E491D93a2d
Octal2651046007611135117255
Binary10110101100010011000001111101001001111011001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54430; }

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

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

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

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

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

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

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

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