Html Css Color HEX #B31C20 Fire Engine Red

📋 copy color: '#B31C20'

red 179 ◦ green 28 ◦ blue 32

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

Shades of Fire Engine Red #B31C20

Tints of Fire Engine Red #B31C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.72%

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

R = 74.9%
G = 11.72%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B31C20 (or 0xB31C20) is known color: Fire Engine Red. HEX triplet: B3, 1C and 20. RGB value is (179,28,32). Sum of RGB (Red+Green+Blue) = 179+28+32=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C20 is #4CE3DF. Grayscale: #494949. Windows color (decimal): -5039072 or 2104499. OLE color: 2104499.

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

Color convert

RGB 179 28 32 -
CMYK 0 0.84 0.82 0.30
HSL 358.41º 0.73% 0.41% -
HSV(B) 358.41º 0.84% 0.7% -
XYZ 19.27 10.52 2.38 -
YUV 73.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 179 28 32 0 0.84 0.82 0.30 358.41 0.73 0.41
Hex B3 1C 20 0 54 52 1E 166 49 29
Octal 263 34 40 0 124 122 36 546 111 51
Binary 10110011 11100 100000 0 1010100 1010010 11110 101100110 1001001 101001

Color Harmonies of #B31C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C20

Black with #B31C20

Text Example


Text Example

White with #B31C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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