Html Css Color HEX #B52020 Fire Brick

📋 copy color: '#B52020'

red 181 ◦ green 32 ◦ blue 32

#B52020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B52020

Tints of Fire Brick #B52020

RGB

 RED value IS 181 (71.09% from 255) = 73.88%

 GREEN value IS 32 (12.89% from 255) = 13.06%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 73.88%
G = 13.06%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B52020 (or 0xB52020) is known color: Fire Brick. HEX triplet: B5, 20 and 20. RGB value is (181,32,32). Sum of RGB (Red+Green+Blue) = 181+32+32=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B52020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52020 is #4ADFDF. Grayscale: #4C4C4C. Windows color (decimal): -4906976 or 2105525. OLE color: 2105525.

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

Color convert

RGB 181 32 32 -
CMYK 0 0.82 0.82 0.29
HSL 0.7% 0.42% -
HSV(B) 0.82% 0.71% -
XYZ 19.83 10.96 2.44 -
YUV 76.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 181 32 32 0 0.82 0.82 0.29 0 0.7 0.42
Hex B5 20 20 0 52 52 1D 0 46 2A
Octal 265 40 40 0 122 122 35 0 106 52
Binary 10110101 100000 100000 0 1010010 1010010 11101 0 1000110 101010

Color Harmonies of #B52020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52020

Black with #B52020

Text Example


Text Example

White with #B52020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52020; }

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

 H1.HeaderClassName
 {
   color: #B52020;
 }
 .AnyTagClassName
 {
   color: #B52020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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