#B52A2A

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

Shades of Fire Brick #B52A2A

Tints of Fire Brick #B52A2A

Color information

#B52A2A (or 0xB52A2A) is unknown color: approx Fire Brick. HEX triplet: B5, 2A and 2A. RGB value is (181,42,42). Sum of RGB (Red+Green+Blue) = 181+42+42=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A2A is #4AD5D5. Grayscale: #535353. Windows color (decimal): -4904406 or 2763445. OLE color: 2763445.

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

Color convert

RGB1814242-
CMYK00.770.770.29
HSL62.33%43.73%-
HSV(B)76.8%70.98%-
XYZ20.311.653.37-
YUV83.56104.55197.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.30%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=68.30%
G=15.85%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181424200.770.770.29062.3343.73
HexB52A2A04D4D1D03e2c
Octal265525201151153507654
Binary10110101101010101010010011011001101111010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A2A; }

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

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

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

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

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

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

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

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