Html Css Color HEX #B71520 Fire Engine Red

📋 copy color: '#B71520'

red 183 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #B71520

Tints of Fire Engine Red #B71520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

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

R = 77.54%
G = 8.9%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B71520 (or 0xB71520) is known color: Fire Engine Red. HEX triplet: B7, 15 and 20. RGB value is (183,21,32). Sum of RGB (Red+Green+Blue) = 183+21+32=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B71520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71520 is #48EADF. Grayscale: #464646. Windows color (decimal): -4778720 or 2102711. OLE color: 2102711.

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

Color convert

RGB 183 21 32 -
CMYK 0 0.89 0.83 0.28
HSL 355.93º 0.79% 0.4% -
HSV(B) 355.93º 0.89% 0.72% -
XYZ 20.06 10.71 2.38 -
YUV 70.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 183 21 32 0 0.89 0.83 0.28 355.93 0.79 0.4
Hex B7 15 20 0 59 53 1C 164 4F 28
Octal 267 25 40 0 131 123 34 544 117 50
Binary 10110111 10101 100000 0 1011001 1010011 11100 101100100 1001111 101000

Color Harmonies of #B71520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71520

Black with #B71520

Text Example


Text Example

White with #B71520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71520; }

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

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

background-color css

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

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

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

border-color css

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

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

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