#b53c26

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

Shades of Medium Carmine #B53C26

Tints of Medium Carmine #B53C26

Color information

#B53C26 (or 0xB53C26) is unknown color: approx Medium Carmine. HEX triplet: B5, 3C and 26. RGB value is (181,60,38). Sum of RGB (Red+Green+Blue) = 181+60+38=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C26 is #4AC3D9. Grayscale: #5D5D5D. Windows color (decimal): -4899802 or 2505909. OLE color: 2505909.

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

Color convert

RGB1816038-
CMYK00.670.790.29
HSL9.23º65.3%42.94%-
HSV(B)9.23º79.01%70.98%-
XYZ21.0213.23.27-
YUV93.6796.59190.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=64.87%
G=21.51%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181603800.670.790.299.2365.342.94
HexB53C260434F1D9412b
Octal26574460103117351110153
Binary101101011111001001100100001110011111110110011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53c26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53c26; }

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

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

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

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

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

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

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

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