Html Css Color HEX #B51820 Fire Engine Red

📋 copy color: '#B51820'

red 181 ◦ green 24 ◦ blue 32

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

Shades of Fire Engine Red #B51820

Tints of Fire Engine Red #B51820

RGB

 RED value IS 181 (71.09% from 255) = 76.37%

 GREEN value IS 24 (9.77% from 255) = 10.13%

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

R = 76.37%
G = 10.13%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B51820 (or 0xB51820) is known color: Fire Engine Red. HEX triplet: B5, 18 and 20. RGB value is (181,24,32). Sum of RGB (Red+Green+Blue) = 181+24+32=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B51820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51820 is #4AE7DF. Grayscale: #474747. Windows color (decimal): -4909024 or 2103477. OLE color: 2103477.

HSL color Cylindrical-coordinate representation of color #B51820: hue angle of 356.94º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51820 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 24 32 -
CMYK 0 0.87 0.82 0.29
HSL 356.94º 0.77% 0.4% -
HSV(B) 356.94º 0.87% 0.71% -
XYZ 19.64 10.58 2.37 -
YUV 71.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 181 24 32 0 0.87 0.82 0.29 356.94 0.77 0.4
Hex B5 18 20 0 57 52 1D 165 4D 28
Octal 265 30 40 0 127 122 35 545 115 50
Binary 10110101 11000 100000 0 1010111 1010010 11101 101100101 1001101 101000

Color Harmonies of #B51820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51820

Black with #B51820

Text Example


Text Example

White with #B51820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51820; }

 p { color: rgb(181,24,32); }

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

background-color css

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

 a { background-color: rgb(181,24,32); }

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

border-color css

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

 span { border-color: rgb(181,24,32); }

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