Html Css Color HEX #B71920 Fire Engine Red

📋 copy color: '#B71920'

red 183 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #B71920

Tints of Fire Engine Red #B71920

RGB

 RED value IS 183 (71.88% from 255) = 76.25%

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 76.25%
G = 10.42%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B71920 (or 0xB71920) is known color: Fire Engine Red. HEX triplet: B7, 19 and 20. RGB value is (183,25,32). Sum of RGB (Red+Green+Blue) = 183+25+32=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B71920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71920 is #48E6DF. Grayscale: #494949. Windows color (decimal): -4777696 or 2103735. OLE color: 2103735.

HSL color Cylindrical-coordinate representation of color #B71920: hue angle of 357.34º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71920 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 25 32 -
CMYK 0 0.86 0.83 0.28
HSL 357.34º 0.76% 0.41% -
HSV(B) 357.34º 0.86% 0.72% -
XYZ 20.14 10.87 2.4 -
YUV 73.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 183 25 32 0 0.86 0.83 0.28 357.34 0.76 0.41
Hex B7 19 20 0 56 53 1C 165 4C 29
Octal 267 31 40 0 126 123 34 545 114 51
Binary 10110111 11001 100000 0 1010110 1010011 11100 101100101 1001100 101001

Color Harmonies of #B71920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71920

Black with #B71920

Text Example


Text Example

White with #B71920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71920; }

 p { color: rgb(183,25,32); }

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

background-color css

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

 a { background-color: rgb(183,25,32); }

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

border-color css

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

 span { border-color: rgb(183,25,32); }

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