Html Css Color HEX #B52A14 Fire Brick

📋 copy color: '#B52A14'

red 181 ◦ green 42 ◦ blue 20

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

Shades of Fire Brick #B52A14

Tints of Fire Brick #B52A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.28%

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 74.49%
G = 17.28%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B52A14 (or 0xB52A14) is known color: Fire Brick. HEX triplet: B5, 2A and 14. RGB value is (181,42,20). Sum of RGB (Red+Green+Blue) = 181+42+20=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52A14 is #4AD5EB. Grayscale: #515151. Windows color (decimal): -4904428 or 1321653. OLE color: 1321653.

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

Color convert

RGB 181 42 20 -
CMYK 0 0.77 0.89 0.29
HSL 8.2º 0.8% 0.39% -
HSV(B) 8.2º 0.89% 0.71% -
XYZ 20.01 11.53 1.83 -
YUV 81.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 181 42 20 0 0.77 0.89 0.29 8.2 0.8 0.39
Hex B5 2A 14 0 4D 59 1D 8 50 27
Octal 265 52 24 0 115 131 35 10 120 47
Binary 10110101 101010 10100 0 1001101 1011001 11101 1000 1010000 100111

Color Harmonies of #B52A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A14

Black with #B52A14

Text Example


Text Example

White with #B52A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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