Html Css Color HEX #B31D14 Fire Brick

📋 copy color: '#B31D14'

red 179 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #B31D14

Tints of Fire Brick #B31D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.72%

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 78.51%
G = 12.72%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B31D14 (or 0xB31D14) is known color: Fire Brick. HEX triplet: B3, 1D and 14. RGB value is (179,29,20). Sum of RGB (Red+Green+Blue) = 179+29+20=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31D14 is #4CE2EB. Grayscale: #494949. Windows color (decimal): -5038828 or 1318323. OLE color: 1318323.

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

Color convert

RGB 179 29 20 -
CMYK 0 0.84 0.89 0.30
HSL 3.4º 0.8% 0.39% -
HSV(B) 3.4º 0.89% 0.7% -
XYZ 19.16 10.51 1.68 -
YUV 72.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 179 29 20 0 0.84 0.89 0.30 3.4 0.8 0.39
Hex B3 1D 14 0 54 59 1E 3 50 27
Octal 263 35 24 0 124 131 36 3 120 47
Binary 10110011 11101 10100 0 1010100 1011001 11110 11 1010000 100111

Color Harmonies of #B31D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D14

Black with #B31D14

Text Example


Text Example

White with #B31D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D14; }

 p { color: rgb(179,29,20); }

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

background-color css

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

 a { background-color: rgb(179,29,20); }

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

border-color css

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

 span { border-color: rgb(179,29,20); }

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