Html Css Color HEX #B5191E Fire Engine Red

📋 copy color: '#B5191E'

red 181 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #B5191E

Tints of Fire Engine Red #B5191E

RGB

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

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

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

R = 76.69%
G = 10.59%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5191E (or 0xB5191E) is known color: Fire Engine Red. HEX triplet: B5, 19 and 1E. RGB value is (181,25,30). Sum of RGB (Red+Green+Blue) = 181+25+30=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B5191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5191E is #4AE6E1. Grayscale: #484848. Windows color (decimal): -4908770 or 1972661. OLE color: 1972661.

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

Color convert

RGB 181 25 30 -
CMYK 0 0.86 0.83 0.29
HSL 358.08º 0.76% 0.4% -
HSV(B) 358.08º 0.86% 0.71% -
XYZ 19.64 10.61 2.24 -
YUV 72.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 181 25 30 0 0.86 0.83 0.29 358.08 0.76 0.4
Hex B5 19 1E 0 56 53 1D 166 4C 28
Octal 265 31 36 0 126 123 35 546 114 50
Binary 10110101 11001 11110 0 1010110 1010011 11101 101100110 1001100 101000

Color Harmonies of #B5191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5191E

Black with #B5191E

Text Example


Text Example

White with #B5191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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