Html Css Color HEX #B31C11 Fire Brick

📋 copy color: '#B31C11'

red 179 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #B31C11

Tints of Fire Brick #B31C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 79.91%
G = 12.5%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B31C11 (or 0xB31C11) is known color: Fire Brick. HEX triplet: B3, 1C and 11. RGB value is (179,28,17). Sum of RGB (Red+Green+Blue) = 179+28+17=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C11 is #4CE3EE. Grayscale: #484848. Windows color (decimal): -5039087 or 1121459. OLE color: 1121459.

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

Color convert

RGB 179 28 17 -
CMYK 0 0.84 0.91 0.30
HSL 4.07º 0.83% 0.38% -
HSV(B) 4.07º 0.91% 0.7% -
XYZ 19.11 10.45 1.54 -
YUV 71.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 179 28 17 0 0.84 0.91 0.30 4.07 0.83 0.38
Hex B3 1C 11 0 54 5B 1E 4 53 26
Octal 263 34 21 0 124 133 36 4 123 46
Binary 10110011 11100 10001 0 1010100 1011011 11110 100 1010011 100110

Color Harmonies of #B31C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C11

Black with #B31C11

Text Example


Text Example

White with #B31C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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