#B53C42

Color #B53C42 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B53C42

Tints of Brick Red #B53C42

Color information

#B53C42 (or 0xB53C42) is unknown color: approx Brick Red. HEX triplet: B5, 3C and 42. RGB value is (181,60,66). Sum of RGB (Red+Green+Blue) = 181+60+66=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C42 is #4AC3BD. Grayscale: #606060. Windows color (decimal): -4899774 or 4340917. OLE color: 4340917.

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

Color convert

RGB1816066-
CMYK00.670.640.29
HSL357.02º50.21%47.25%-
HSV(B)357.02º66.85%70.98%-
XYZ21.6613.456.61-
YUV96.86110.59188.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 60 (23.83% from 255) = 19.54%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=58.96%
G=19.54%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181606600.670.640.29357.0250.2147.25
HexB53C42043401D165322f
Octal265741020103100355456257
Binary10110101111100100001001000011100000011101101100101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C42; }

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

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

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

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

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

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

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

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