Html Css Color HEX #B31F08 Fire Brick

📋 copy color: '#B31F08'

red 179 ◦ green 31 ◦ blue 8

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

Shades of Fire Brick #B31F08

Tints of Fire Brick #B31F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

 BLUE value IS 8 (3.52% from 255) = 3.67%

R = 82.11%
G = 14.22%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B31F08 (or 0xB31F08) is known color: Fire Brick. HEX triplet: B3, 1F and 08. RGB value is (179,31,8). Sum of RGB (Red+Green+Blue) = 179+31+8=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31F08 is #4CE0F7. Grayscale: #484848. Windows color (decimal): -5038328 or 532403. OLE color: 532403.

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

Color convert

RGB 179 31 8 -
CMYK 0 0.83 0.96 0.30
HSL 8.07º 0.91% 0.37% -
HSV(B) 8.07º 0.96% 0.7% -
XYZ 19.12 10.58 1.26 -
YUV 72.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 179 31 8 0 0.83 0.96 0.30 8.07 0.91 0.37
Hex B3 1F 8 0 53 60 1E 8 5B 25
Octal 263 37 10 0 123 140 36 10 133 45
Binary 10110011 11111 1000 0 1010011 1100000 11110 1000 1011011 100101

Color Harmonies of #B31F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F08

Black with #B31F08

Text Example


Text Example

White with #B31F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F08; }

 p { color: rgb(179,31,8); }

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

background-color css

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

 a { background-color: rgb(179,31,8); }

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

border-color css

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

 span { border-color: rgb(179,31,8); }

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