Html Css Color HEX #B51422 Fire Engine Red

📋 copy color: '#B51422'

red 181 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #B51422

Tints of Fire Engine Red #B51422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

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

R = 77.02%
G = 8.51%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B51422 (or 0xB51422) is known color: Fire Engine Red. HEX triplet: B5, 14 and 22. RGB value is (181,20,34). Sum of RGB (Red+Green+Blue) = 181+20+34=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B51422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51422 is #4AEBDD. Grayscale: #454545. Windows color (decimal): -4910046 or 2233525. OLE color: 2233525.

HSL color Cylindrical-coordinate representation of color #B51422: hue angle of 354.78º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51422 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 20 34 -
CMYK 0 0.89 0.81 0.29
HSL 354.78º 0.8% 0.39% -
HSV(B) 354.78º 0.89% 0.71% -
XYZ 19.59 10.44 2.5 -
YUV 69.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 181 20 34 0 0.89 0.81 0.29 354.78 0.8 0.39
Hex B5 14 22 0 59 51 1D 163 50 27
Octal 265 24 42 0 131 121 35 543 120 47
Binary 10110101 10100 100010 0 1011001 1010001 11101 101100011 1010000 100111

Color Harmonies of #B51422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51422

Black with #B51422

Text Example


Text Example

White with #B51422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51422; }

 p { color: rgb(181,20,34); }

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

background-color css

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

 a { background-color: rgb(181,20,34); }

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

border-color css

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

 span { border-color: rgb(181,20,34); }

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