Html Css Color HEX #B51622 Fire Engine Red

📋 copy color: '#B51622'

red 181 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #B51622

Tints of Fire Engine Red #B51622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

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

R = 76.37%
G = 9.28%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B51622 (or 0xB51622) is known color: Fire Engine Red. HEX triplet: B5, 16 and 22. RGB value is (181,22,34). Sum of RGB (Red+Green+Blue) = 181+22+34=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B51622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51622 is #4AE9DD. Grayscale: #474747. Windows color (decimal): -4909534 or 2234037. OLE color: 2234037.

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

Color convert

RGB 181 22 34 -
CMYK 0 0.88 0.81 0.29
HSL 355.47º 0.78% 0.4% -
HSV(B) 355.47º 0.88% 0.71% -
XYZ 19.63 10.51 2.51 -
YUV 70.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 181 22 34 0 0.88 0.81 0.29 355.47 0.78 0.4
Hex B5 16 22 0 58 51 1D 163 4E 28
Octal 265 26 42 0 130 121 35 543 116 50
Binary 10110101 10110 100010 0 1011000 1010001 11101 101100011 1001110 101000

Color Harmonies of #B51622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51622

Black with #B51622

Text Example


Text Example

White with #B51622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51622; }

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

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

background-color css

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

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

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

border-color css

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

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

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