Html Css Color HEX #B31A1C Fire Engine Red

📋 copy color: '#B31A1C'

red 179 ◦ green 26 ◦ blue 28

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

Shades of Fire Engine Red #B31A1C

Tints of Fire Engine Red #B31A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 76.82%
G = 11.16%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B31A1C (or 0xB31A1C) is known color: Fire Engine Red. HEX triplet: B3, 1A and 1C. RGB value is (179,26,28). Sum of RGB (Red+Green+Blue) = 179+26+28=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A1C is #4CE5E3. Grayscale: #484848. Windows color (decimal): -5039588 or 1841843. OLE color: 1841843.

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

Color convert

RGB 179 26 28 -
CMYK 0 0.85 0.84 0.30
HSL 359.22º 0.75% 0.4% -
HSV(B) 359.22º 0.85% 0.7% -
XYZ 19.17 10.41 2.1 -
YUV 71.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 179 26 28 0 0.85 0.84 0.30 359.22 0.75 0.4
Hex B3 1A 1C 0 55 54 1E 167 4B 28
Octal 263 32 34 0 125 124 36 547 113 50
Binary 10110011 11010 11100 0 1010101 1010100 11110 101100111 1001011 101000

Color Harmonies of #B31A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A1C

Black with #B31A1C

Text Example


Text Example

White with #B31A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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