Html Css Color HEX #B31912 Fire Brick

📋 copy color: '#B31912'

red 179 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #B31912

Tints of Fire Brick #B31912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 80.63%
G = 11.26%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B31912 (or 0xB31912) is known color: Fire Brick. HEX triplet: B3, 19 and 12. RGB value is (179,25,18). Sum of RGB (Red+Green+Blue) = 179+25+18=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B31912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31912 is #4CE6ED. Grayscale: #464646. Windows color (decimal): -5039854 or 1186227. OLE color: 1186227.

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

Color convert

RGB 179 25 18 -
CMYK 0 0.86 0.90 0.30
HSL 2.61º 0.82% 0.39% -
HSV(B) 2.61º 0.9% 0.7% -
XYZ 19.05 10.32 1.56 -
YUV 70.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 179 25 18 0 0.86 0.90 0.30 2.61 0.82 0.39
Hex B3 19 12 0 56 5A 1E 3 52 27
Octal 263 31 22 0 126 132 36 3 122 47
Binary 10110011 11001 10010 0 1010110 1011010 11110 11 1010010 100111

Color Harmonies of #B31912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31912

Black with #B31912

Text Example


Text Example

White with #B31912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31912; }

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

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

background-color css

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

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

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

border-color css

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

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

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