Html Css Color HEX #B81E11 Fire Brick

📋 copy color: '#B81E11'

red 184 ◦ green 30 ◦ blue 17

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

Shades of Fire Brick #B81E11

Tints of Fire Brick #B81E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.99%

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

R = 79.65%
G = 12.99%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B81E11 (or 0xB81E11) is known color: Fire Brick. HEX triplet: B8, 1E and 11. RGB value is (184,30,17). Sum of RGB (Red+Green+Blue) = 184+30+17=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81E11 is #47E1EE. Grayscale: #4A4A4A. Windows color (decimal): -4710895 or 1121976. OLE color: 1121976.

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

Color convert

RGB 184 30 17 -
CMYK 0 0.84 0.91 0.28
HSL 4.67º 0.83% 0.39% -
HSV(B) 4.67º 0.91% 0.72% -
XYZ 20.33 11.16 1.61 -
YUV 74.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 184 30 17 0 0.84 0.91 0.28 4.67 0.83 0.39
Hex B8 1E 11 0 54 5B 1C 5 53 27
Octal 270 36 21 0 124 133 34 5 123 47
Binary 10111000 11110 10001 0 1010100 1011011 11100 101 1010011 100111

Color Harmonies of #B81E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E11

Black with #B81E11

Text Example


Text Example

White with #B81E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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