Html Css Color HEX #B82011 Fire Brick

📋 copy color: '#B82011'

red 184 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #B82011

Tints of Fire Brick #B82011

RGB

 RED value IS 184 (72.27% from 255) = 78.97%

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

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

R = 78.97%
G = 13.73%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B82011 (or 0xB82011) is known color: Fire Brick. HEX triplet: B8, 20 and 11. RGB value is (184,32,17). Sum of RGB (Red+Green+Blue) = 184+32+17=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B82011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82011 is #47DFEE. Grayscale: #4B4B4B. Windows color (decimal): -4710383 or 1122488. OLE color: 1122488.

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

Color convert

RGB 184 32 17 -
CMYK 0 0.83 0.91 0.28
HSL 5.39º 0.83% 0.39% -
HSV(B) 5.39º 0.91% 0.72% -
XYZ 20.38 11.26 1.63 -
YUV 75.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 184 32 17 0 0.83 0.91 0.28 5.39 0.83 0.39
Hex B8 20 11 0 53 5B 1C 5 53 27
Octal 270 40 21 0 123 133 34 5 123 47
Binary 10111000 100000 10001 0 1010011 1011011 11100 101 1010011 100111

Color Harmonies of #B82011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82011

Black with #B82011

Text Example


Text Example

White with #B82011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82011; }

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

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

background-color css

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

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

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

border-color css

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

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

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