Html Css Color HEX #B5191D Fire Engine Red

📋 copy color: '#B5191D'

red 181 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #B5191D

Tints of Fire Engine Red #B5191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 77.02%
G = 10.64%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5191D (or 0xB5191D) is known color: Fire Engine Red. HEX triplet: B5, 19 and 1D. RGB value is (181,25,29). Sum of RGB (Red+Green+Blue) = 181+25+29=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B5191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5191D is #4AE6E2. Grayscale: #484848. Windows color (decimal): -4908771 or 1907125. OLE color: 1907125.

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

Color convert

RGB 181 25 29 -
CMYK 0 0.86 0.84 0.29
HSL 358.46º 0.76% 0.4% -
HSV(B) 358.46º 0.86% 0.71% -
XYZ 19.63 10.61 2.18 -
YUV 72.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 181 25 29 0 0.86 0.84 0.29 358.46 0.76 0.4
Hex B5 19 1D 0 56 54 1D 166 4C 28
Octal 265 31 35 0 126 124 35 546 114 50
Binary 10110101 11001 11101 0 1010110 1010100 11101 101100110 1001100 101000

Color Harmonies of #B5191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5191D

Black with #B5191D

Text Example


Text Example

White with #B5191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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