Html Css Color HEX #B31311 Fire Brick

📋 copy color: '#B31311'

red 179 ◦ green 19 ◦ blue 17

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

Shades of Fire Brick #B31311

Tints of Fire Brick #B31311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

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

R = 83.26%
G = 8.84%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B31311 (or 0xB31311) is known color: Fire Brick. HEX triplet: B3, 13 and 11. RGB value is (179,19,17). Sum of RGB (Red+Green+Blue) = 179+19+17=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B31311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31311 is #4CECEE. Grayscale: #424242. Windows color (decimal): -5041391 or 1119155. OLE color: 1119155.

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

Color convert

RGB 179 19 17 -
CMYK 0 0.89 0.91 0.30
HSL 0.74º 0.83% 0.38% -
HSV(B) 0.74º 0.91% 0.7% -
XYZ 18.92 10.09 1.48 -
YUV 66.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 179 19 17 0 0.89 0.91 0.30 0.74 0.83 0.38
Hex B3 13 11 0 59 5B 1E 1 53 26
Octal 263 23 21 0 131 133 36 1 123 46
Binary 10110011 10011 10001 0 1011001 1011011 11110 1 1010011 100110

Color Harmonies of #B31311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31311

Black with #B31311

Text Example


Text Example

White with #B31311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31311; }

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

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

background-color css

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

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

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

border-color css

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

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

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