Html Css Color HEX #B5191A Fire Engine Red

📋 copy color: '#B5191A'

red 181 ◦ green 25 ◦ blue 26

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

Shades of Fire Engine Red #B5191A

Tints of Fire Engine Red #B5191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.21%

R = 78.02%
G = 10.78%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5191A (or 0xB5191A) is known color: Fire Engine Red. HEX triplet: B5, 19 and 1A. RGB value is (181,25,26). Sum of RGB (Red+Green+Blue) = 181+25+26=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B5191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5191A is #4AE6E5. Grayscale: #474747. Windows color (decimal): -4908774 or 1710517. OLE color: 1710517.

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

Color convert

RGB 181 25 26 -
CMYK 0 0.86 0.86 0.29
HSL 359.62º 0.76% 0.4% -
HSV(B) 359.62º 0.86% 0.71% -
XYZ 19.59 10.59 1.99 -
YUV 71.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 181 25 26 0 0.86 0.86 0.29 359.62 0.76 0.4
Hex B5 19 1A 0 56 56 1D 168 4C 28
Octal 265 31 32 0 126 126 35 550 114 50
Binary 10110101 11001 11010 0 1010110 1010110 11101 101101000 1001100 101000

Color Harmonies of #B5191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5191A

Black with #B5191A

Text Example


Text Example

White with #B5191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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