#B54630

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

Shades of Medium Carmine #B54630

Tints of Medium Carmine #B54630

Color information

#B54630 (or 0xB54630) is unknown color: approx Medium Carmine. HEX triplet: B5, 46 and 30. RGB value is (181,70,48). Sum of RGB (Red+Green+Blue) = 181+70+48=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B54630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54630 is #4AB9CF. Grayscale: #646464. Windows color (decimal): -4897232 or 3163829. OLE color: 3163829.

HSL color Cylindrical-coordinate representation of color #B54630: hue angle of 9.92º 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 #B54630 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1817048-
CMYK00.610.730.29
HSL9.92º58.08%44.9%-
HSV(B)9.92º73.48%70.98%-
XYZ21.7814.424.43-
YUV100.6898.27185.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.54%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=60.54%
G=23.41%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181704800.610.730.299.9258.0844.9
HexB5463003D491Da3a2d
Octal2651066007511135127255
Binary10110101100011011000001111011001001111011010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54630; }

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

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

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

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

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

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

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

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