Html Css Color HEX #B52011 Fire Brick

📋 copy color: '#B52011'

red 181 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #B52011

Tints of Fire Brick #B52011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 78.7%
G = 13.91%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B52011 (or 0xB52011) is known color: Fire Brick. HEX triplet: B5, 20 and 11. RGB value is (181,32,17). Sum of RGB (Red+Green+Blue) = 181+32+17=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B52011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52011 is #4ADFEE. Grayscale: #4B4B4B. Windows color (decimal): -4906991 or 1122485. OLE color: 1122485.

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

Color convert

RGB 181 32 17 -
CMYK 0 0.82 0.91 0.29
HSL 5.49º 0.83% 0.39% -
HSV(B) 5.49º 0.91% 0.71% -
XYZ 19.67 10.9 1.6 -
YUV 74.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 181 32 17 0 0.82 0.91 0.29 5.49 0.83 0.39
Hex B5 20 11 0 52 5B 1D 5 53 27
Octal 265 40 21 0 122 133 35 5 123 47
Binary 10110101 100000 10001 0 1010010 1011011 11101 101 1010011 100111

Color Harmonies of #B52011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52011

Black with #B52011

Text Example


Text Example

White with #B52011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52011; }

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

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

background-color css

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

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

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

border-color css

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

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

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