Html Css Color HEX #B71522 Fire Engine Red

📋 copy color: '#B71522'

red 183 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #B71522

Tints of Fire Engine Red #B71522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.29%

R = 76.89%
G = 8.82%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B71522 (or 0xB71522) is known color: Fire Engine Red. HEX triplet: B7, 15 and 22. RGB value is (183,21,34). Sum of RGB (Red+Green+Blue) = 183+21+34=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B71522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71522 is #48EADD. Grayscale: #474747. Windows color (decimal): -4778718 or 2233783. OLE color: 2233783.

HSL color Cylindrical-coordinate representation of color #B71522: hue angle of 355.19º 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 #B71522 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 34 -
CMYK 0 0.89 0.81 0.28
HSL 355.19º 0.79% 0.4% -
HSV(B) 355.19º 0.89% 0.72% -
XYZ 20.09 10.72 2.52 -
YUV 70.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 183 21 34 0 0.89 0.81 0.28 355.19 0.79 0.4
Hex B7 15 22 0 59 51 1C 163 4F 28
Octal 267 25 42 0 131 121 34 543 117 50
Binary 10110111 10101 100010 0 1011001 1010001 11100 101100011 1001111 101000

Color Harmonies of #B71522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71522

Black with #B71522

Text Example


Text Example

White with #B71522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71522; }

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

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

background-color css

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

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

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

border-color css

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

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

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