#B52A3B

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

Shades of Brick Red #B52A3B

Tints of Brick Red #B52A3B

Color information

#B52A3B (or 0xB52A3B) is unknown color: approx Brick Red. HEX triplet: B5, 2A and 3B. RGB value is (181,42,59). Sum of RGB (Red+Green+Blue) = 181+42+59=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A3B is #4AD5C4. Grayscale: #555555. Windows color (decimal): -4904389 or 3877557. OLE color: 3877557.

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

Color convert

RGB1814259-
CMYK00.770.670.29
HSL352.66º62.33%43.73%-
HSV(B)352.66º76.8%70.98%-
XYZ20.6711.85.32-
YUV85.5113.05196.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.18%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=64.18%
G=14.89%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181425900.770.670.29352.6662.3343.73
HexB52A3B04D431D1613e2c
Octal26552730115103355417654
Binary1011010110101011101101001101100001111101101100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A3B; }

 p { color: rgb(181,42,59); }

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

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

 a { background-color: rgb(181,42,59); }

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

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

 span { border-color: rgb(181,42,59); }

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