#B54230

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

Shades of Medium Carmine #B54230

Tints of Medium Carmine #B54230

Color information

#B54230 (or 0xB54230) is unknown color: approx Medium Carmine. HEX triplet: B5, 42 and 30. RGB value is (181,66,48). Sum of RGB (Red+Green+Blue) = 181+66+48=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B54230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54230 is #4ABDCF. Grayscale: #626262. Windows color (decimal): -4898256 or 3162805. OLE color: 3162805.

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

Color convert

RGB1816648-
CMYK00.640.730.29
HSL8.12º58.08%44.9%-
HSV(B)8.12º73.48%70.98%-
XYZ21.5413.934.35-
YUV98.3399.6186.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=61.36%
G=22.37%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181664800.640.730.298.1258.0844.9
HexB54230040491D83a2d
Octal26510260010011135107255
Binary101101011000010110000010000001001001111011000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54230; }

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

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

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

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

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

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

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

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