Html Css Color HEX #B31911 Fire Brick

📋 copy color: '#B31911'

red 179 ◦ green 25 ◦ blue 17

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

Shades of Fire Brick #B31911

Tints of Fire Brick #B31911

RGB

 RED value IS 179 (70.31% from 255) = 81%

 GREEN value IS 25 (10.16% from 255) = 11.31%

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

R = 81%
G = 11.31%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B31911 (or 0xB31911) is known color: Fire Brick. HEX triplet: B3, 19 and 11. RGB value is (179,25,17). Sum of RGB (Red+Green+Blue) = 179+25+17=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B31911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31911 is #4CE6EE. Grayscale: #464646. Windows color (decimal): -5039855 or 1120691. OLE color: 1120691.

HSL color Cylindrical-coordinate representation of color #B31911: hue angle of 2.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31911 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 25 17 -
CMYK 0 0.86 0.91 0.30
HSL 2.96º 0.83% 0.38% -
HSV(B) 2.96º 0.91% 0.7% -
XYZ 19.04 10.32 1.52 -
YUV 70.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 179 25 17 0 0.86 0.91 0.30 2.96 0.83 0.38
Hex B3 19 11 0 56 5B 1E 3 53 26
Octal 263 31 21 0 126 133 36 3 123 46
Binary 10110011 11001 10001 0 1010110 1011011 11110 11 1010011 100110

Color Harmonies of #B31911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31911

Black with #B31911

Text Example


Text Example

White with #B31911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31911; }

 p { color: rgb(179,25,17); }

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

background-color css

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

 a { background-color: rgb(179,25,17); }

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

border-color css

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

 span { border-color: rgb(179,25,17); }

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