Html Css Color HEX #B81611 Fire Brick

📋 copy color: '#B81611'

red 184 ◦ green 22 ◦ blue 17

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

Shades of Fire Brick #B81611

Tints of Fire Brick #B81611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 82.51%
G = 9.87%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B81611 (or 0xB81611) is known color: Fire Brick. HEX triplet: B8, 16 and 11. RGB value is (184,22,17). Sum of RGB (Red+Green+Blue) = 184+22+17=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B81611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81611 is #47E9EE. Grayscale: #464646. Windows color (decimal): -4712943 or 1119928. OLE color: 1119928.

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

Color convert

RGB 184 22 17 -
CMYK 0 0.88 0.91 0.28
HSL 1.8º 0.83% 0.39% -
HSV(B) 1.8º 0.91% 0.72% -
XYZ 20.16 10.8 1.55 -
YUV 69.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 184 22 17 0 0.88 0.91 0.28 1.8 0.83 0.39
Hex B8 16 11 0 58 5B 1C 2 53 27
Octal 270 26 21 0 130 133 34 2 123 47
Binary 10111000 10110 10001 0 1011000 1011011 11100 10 1010011 100111

Color Harmonies of #B81611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81611

Black with #B81611

Text Example


Text Example

White with #B81611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81611; }

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

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

background-color css

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

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

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

border-color css

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

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

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