#B52A3A

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

Shades of Brick Red #B52A3A

Tints of Brick Red #B52A3A

Color information

#B52A3A (or 0xB52A3A) is unknown color: approx Brick Red. HEX triplet: B5, 2A and 3A. RGB value is (181,42,58). Sum of RGB (Red+Green+Blue) = 181+42+58=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A3A is #4AD5C5. Grayscale: #555555. Windows color (decimal): -4904390 or 3812021. OLE color: 3812021.

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

Color convert

RGB1814258-
CMYK00.770.680.29
HSL353.09º62.33%43.73%-
HSV(B)353.09º76.8%70.98%-
XYZ20.6511.795.19-
YUV85.38112.55196.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.41%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=64.41%
G=14.95%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181425800.770.680.29353.0962.3343.73
HexB52A3A04D441D1613e2c
Octal26552720115104355417654
Binary1011010110101011101001001101100010011101101100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A3A; }

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

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

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

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

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

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

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

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