Html Css Color HEX #B51920 Fire Engine Red

📋 copy color: '#B51920'

red 181 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #B51920

Tints of Fire Engine Red #B51920

RGB

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

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

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

R = 76.05%
G = 10.5%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B51920 (or 0xB51920) is known color: Fire Engine Red. HEX triplet: B5, 19 and 20. RGB value is (181,25,32). Sum of RGB (Red+Green+Blue) = 181+25+32=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B51920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51920 is #4AE6DF. Grayscale: #484848. Windows color (decimal): -4908768 or 2103733. OLE color: 2103733.

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

Color convert

RGB 181 25 32 -
CMYK 0 0.86 0.82 0.29
HSL 357.31º 0.76% 0.4% -
HSV(B) 357.31º 0.86% 0.71% -
XYZ 19.66 10.62 2.38 -
YUV 72.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 181 25 32 0 0.86 0.82 0.29 357.31 0.76 0.4
Hex B5 19 20 0 56 52 1D 165 4C 28
Octal 265 31 40 0 126 122 35 545 114 50
Binary 10110101 11001 100000 0 1010110 1010010 11101 101100101 1001100 101000

Color Harmonies of #B51920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51920

Black with #B51920

Text Example


Text Example

White with #B51920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51920; }

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

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

background-color css

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

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

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

border-color css

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

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

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