#B53A26

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

Shades of Medium Carmine #B53A26

Tints of Medium Carmine #B53A26

Color information

#B53A26 (or 0xB53A26) is unknown color: approx Medium Carmine. HEX triplet: B5, 3A and 26. RGB value is (181,58,38). Sum of RGB (Red+Green+Blue) = 181+58+38=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A26 is #4AC5D9. Grayscale: #5C5C5C. Windows color (decimal): -4900314 or 2505397. OLE color: 2505397.

HSL color Cylindrical-coordinate representation of color #B53A26: hue angle of 8.39º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B53A26 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1815838-
CMYK00.680.790.29
HSL8.39º65.3%42.94%-
HSV(B)8.39º79.01%70.98%-
XYZ20.9212.993.24-
YUV92.597.25191.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.34%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=65.34%
G=20.94%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181583800.680.790.298.3965.342.94
HexB53A260444F1D8412b
Octal26572460104117351010153
Binary101101011110101001100100010010011111110110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A26; }

 p { color: rgb(181,58,38); }

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

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

 a { background-color: rgb(181,58,38); }

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

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

 span { border-color: rgb(181,58,38); }

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