Html Css Color HEX #B81411 Fire Brick

📋 copy color: '#B81411'

red 184 ◦ green 20 ◦ blue 17

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

Shades of Fire Brick #B81411

Tints of Fire Brick #B81411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 83.26%
G = 9.05%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B81411 (or 0xB81411) is known color: Fire Brick. HEX triplet: B8, 14 and 11. RGB value is (184,20,17). Sum of RGB (Red+Green+Blue) = 184+20+17=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B81411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81411 is #47EBEE. Grayscale: #444444. Windows color (decimal): -4713455 or 1119416. OLE color: 1119416.

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

Color convert

RGB 184 20 17 -
CMYK 0 0.89 0.91 0.28
HSL 1.08º 0.83% 0.39% -
HSV(B) 1.08º 0.91% 0.72% -
XYZ 20.12 10.73 1.54 -
YUV 68.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 184 20 17 0 0.89 0.91 0.28 1.08 0.83 0.39
Hex B8 14 11 0 59 5B 1C 1 53 27
Octal 270 24 21 0 131 133 34 1 123 47
Binary 10111000 10100 10001 0 1011001 1011011 11100 1 1010011 100111

Color Harmonies of #B81411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81411

Black with #B81411

Text Example


Text Example

White with #B81411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81411; }

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

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

background-color css

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

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

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

border-color css

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

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

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