#b53428

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

Shades of Medium Carmine #B53428

Tints of Medium Carmine #B53428

Color information

#B53428 (or 0xB53428) is unknown color: approx Medium Carmine. HEX triplet: B5, 34 and 28. RGB value is (181,52,40). Sum of RGB (Red+Green+Blue) = 181+52+40=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B53428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53428 is #4ACBD7. Grayscale: #595959. Windows color (decimal): -4901848 or 2634933. OLE color: 2634933.

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

Color convert

RGB1815240-
CMYK00.710.780.29
HSL5.11º63.8%43.33%-
HSV(B)5.11º77.9%70.98%-
XYZ20.6712.433.32-
YUV89.2100.24193.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.30%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=66.30%
G=19.05%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181524000.710.780.295.1163.843.33
HexB534280474E1D5402b
Octal2656450010711635510053
Binary10110101110100101000010001111001110111011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53428; }

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

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

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

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

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

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

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

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