Html Css Color HEX #B81720 Fire Engine Red

📋 copy color: '#B81720'

red 184 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #B81720

Tints of Fire Engine Red #B81720

RGB

 RED value IS 184 (72.27% from 255) = 76.99%

 GREEN value IS 23 (9.38% from 255) = 9.62%

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

R = 76.99%
G = 9.62%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B81720 (or 0xB81720) is known color: Fire Engine Red. HEX triplet: B8, 17 and 20. RGB value is (184,23,32). Sum of RGB (Red+Green+Blue) = 184+23+32=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B81720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81720 is #47E8DF. Grayscale: #484848. Windows color (decimal): -4712672 or 2103224. OLE color: 2103224.

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

Color convert

RGB 184 23 32 -
CMYK 0 0.88 0.83 0.28
HSL 356.65º 0.78% 0.41% -
HSV(B) 356.65º 0.88% 0.72% -
XYZ 20.33 10.91 2.4 -
YUV 72.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 184 23 32 0 0.88 0.83 0.28 356.65 0.78 0.41
Hex B8 17 20 0 58 53 1C 165 4E 29
Octal 270 27 40 0 130 123 34 545 116 51
Binary 10111000 10111 100000 0 1011000 1010011 11100 101100101 1001110 101001

Color Harmonies of #B81720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81720

Black with #B81720

Text Example


Text Example

White with #B81720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81720; }

 p { color: rgb(184,23,32); }

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

background-color css

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

 a { background-color: rgb(184,23,32); }

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

border-color css

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

 span { border-color: rgb(184,23,32); }

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