Html Css Color HEX #B5191C Fire Engine Red

📋 copy color: '#B5191C'

red 181 ◦ green 25 ◦ blue 28

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

Shades of Fire Engine Red #B5191C

Tints of Fire Engine Red #B5191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 77.35%
G = 10.68%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5191C (or 0xB5191C) is known color: Fire Engine Red. HEX triplet: B5, 19 and 1C. RGB value is (181,25,28). Sum of RGB (Red+Green+Blue) = 181+25+28=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B5191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5191C is #4AE6E3. Grayscale: #484848. Windows color (decimal): -4908772 or 1841589. OLE color: 1841589.

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

Color convert

RGB 181 25 28 -
CMYK 0 0.86 0.85 0.29
HSL 358.85º 0.76% 0.4% -
HSV(B) 358.85º 0.86% 0.71% -
XYZ 19.61 10.6 2.11 -
YUV 71.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 181 25 28 0 0.86 0.85 0.29 358.85 0.76 0.4
Hex B5 19 1C 0 56 55 1D 167 4C 28
Octal 265 31 34 0 126 125 35 547 114 50
Binary 10110101 11001 11100 0 1010110 1010101 11101 101100111 1001100 101000

Color Harmonies of #B5191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5191C

Black with #B5191C

Text Example


Text Example

White with #B5191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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