Html Css Color HEX #B31918 Fire Brick

📋 copy color: '#B31918'

red 179 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #B31918

Tints of Fire Brick #B31918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.53%

R = 78.51%
G = 10.96%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B31918 (or 0xB31918) is known color: Fire Brick. HEX triplet: B3, 19 and 18. RGB value is (179,25,24). Sum of RGB (Red+Green+Blue) = 179+25+24=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B31918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31918 is #4CE6E7. Grayscale: #474747. Windows color (decimal): -5039848 or 1579443. OLE color: 1579443.

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

Color convert

RGB 179 25 24 -
CMYK 0 0.86 0.87 0.30
HSL 0.39º 0.76% 0.4% -
HSV(B) 0.39º 0.87% 0.7% -
XYZ 19.1 10.34 1.85 -
YUV 70.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 179 25 24 0 0.86 0.87 0.30 0.39 0.76 0.4
Hex B3 19 18 0 56 57 1E 0 4C 28
Octal 263 31 30 0 126 127 36 0 114 50
Binary 10110011 11001 11000 0 1010110 1010111 11110 0 1001100 101000

Color Harmonies of #B31918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31918

Black with #B31918

Text Example


Text Example

White with #B31918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31918; }

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

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

background-color css

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

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

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

border-color css

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

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

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