Html Css Color HEX #B31A20 Fire Engine Red

📋 copy color: '#B31A20'

red 179 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #B31A20

Tints of Fire Engine Red #B31A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 75.53%
G = 10.97%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B31A20 (or 0xB31A20) is known color: Fire Engine Red. HEX triplet: B3, 1A and 20. RGB value is (179,26,32). Sum of RGB (Red+Green+Blue) = 179+26+32=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A20 is #4CE5DF. Grayscale: #484848. Windows color (decimal): -5039584 or 2103987. OLE color: 2103987.

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

Color convert

RGB 179 26 32 -
CMYK 0 0.85 0.82 0.30
HSL 357.65º 0.75% 0.4% -
HSV(B) 357.65º 0.85% 0.7% -
XYZ 19.22 10.43 2.37 -
YUV 72.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 179 26 32 0 0.85 0.82 0.30 357.65 0.75 0.4
Hex B3 1A 20 0 55 52 1E 166 4B 28
Octal 263 32 40 0 125 122 36 546 113 50
Binary 10110011 11010 100000 0 1010101 1010010 11110 101100110 1001011 101000

Color Harmonies of #B31A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A20

Black with #B31A20

Text Example


Text Example

White with #B31A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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