#b53c2f

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

Shades of Medium Carmine #B53C2F

Tints of Medium Carmine #B53C2F

Color information

#B53C2F (or 0xB53C2F) is unknown color: approx Medium Carmine. HEX triplet: B5, 3C and 2F. RGB value is (181,60,47). Sum of RGB (Red+Green+Blue) = 181+60+47=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C2F is #4AC3D0. Grayscale: #5E5E5E. Windows color (decimal): -4899793 or 3095733. OLE color: 3095733.

HSL color Cylindrical-coordinate representation of color #B53C2F: hue angle of 5.82º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53C2F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1816047-
CMYK00.670.740.29
HSL5.82º58.77%44.71%-
HSV(B)5.82º74.03%70.98%-
XYZ21.1913.264.13-
YUV94.7101.09189.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.85%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=62.85%
G=20.83%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181604700.670.740.295.8258.7744.71
HexB53C2F0434A1D63b2d
Octal265745701031123567355
Binary1011010111110010111101000011100101011101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53c2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53c2f; }

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

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

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

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

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

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

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

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