Html Css Color HEX #B31A1E Fire Engine Red

📋 copy color: '#B31A1E'

red 179 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #B31A1E

Tints of Fire Engine Red #B31A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 76.17%
G = 11.06%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B31A1E (or 0xB31A1E) is known color: Fire Engine Red. HEX triplet: B3, 1A and 1E. RGB value is (179,26,30). Sum of RGB (Red+Green+Blue) = 179+26+30=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A1E is #4CE5E1. Grayscale: #484848. Windows color (decimal): -5039586 or 1972915. OLE color: 1972915.

HSL color Cylindrical-coordinate representation of color #B31A1E: hue angle of 358.43º 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 #B31A1E is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 26 30 -
CMYK 0 0.85 0.83 0.30
HSL 358.43º 0.75% 0.4% -
HSV(B) 358.43º 0.85% 0.7% -
XYZ 19.19 10.42 2.23 -
YUV 72.2 104.19 204.17 -
System Red Green Blue C M Y K H S L
Decimal 179 26 30 0 0.85 0.83 0.30 358.43 0.75 0.4
Hex B3 1A 1E 0 55 53 1E 166 4B 28
Octal 263 32 36 0 125 123 36 546 113 50
Binary 10110011 11010 11110 0 1010101 1010011 11110 101100110 1001011 101000

Color Harmonies of #B31A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A1E

Black with #B31A1E

Text Example


Text Example

White with #B31A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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