Html Css Color HEX #B5171E Fire Engine Red

📋 copy color: '#B5171E'

red 181 ◦ green 23 ◦ blue 30

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

Shades of Fire Engine Red #B5171E

Tints of Fire Engine Red #B5171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 77.35%
G = 9.83%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5171E (or 0xB5171E) is known color: Fire Engine Red. HEX triplet: B5, 17 and 1E. RGB value is (181,23,30). Sum of RGB (Red+Green+Blue) = 181+23+30=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B5171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5171E is #4AE8E1. Grayscale: #474747. Windows color (decimal): -4909282 or 1972149. OLE color: 1972149.

HSL color Cylindrical-coordinate representation of color #B5171E: hue angle of 357.34º 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 #B5171E is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 23 30 -
CMYK 0 0.87 0.83 0.29
HSL 357.34º 0.77% 0.4% -
HSV(B) 357.34º 0.87% 0.71% -
XYZ 19.6 10.53 2.23 -
YUV 71.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 181 23 30 0 0.87 0.83 0.29 357.34 0.77 0.4
Hex B5 17 1E 0 57 53 1D 165 4D 28
Octal 265 27 36 0 127 123 35 545 115 50
Binary 10110101 10111 11110 0 1010111 1010011 11101 101100101 1001101 101000

Color Harmonies of #B5171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5171E

Black with #B5171E

Text Example


Text Example

White with #B5171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5171E; }

 p { color: rgb(181,23,30); }

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

background-color css

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

 a { background-color: rgb(181,23,30); }

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

border-color css

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

 span { border-color: rgb(181,23,30); }

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