Html Css Color HEX #B1181E Fire Engine Red

📋 copy color: '#B1181E'

red 177 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #B1181E

Tints of Fire Engine Red #B1181E

RGB

 RED value IS 177 (69.53% from 255) = 76.62%

 GREEN value IS 24 (9.77% from 255) = 10.39%

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

R = 76.62%
G = 10.39%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1181E (or 0xB1181E) is known color: Fire Engine Red. HEX triplet: B1, 18 and 1E. RGB value is (177,24,30). Sum of RGB (Red+Green+Blue) = 177+24+30=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B1181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1181E is #4EE7E1. Grayscale: #464646. Windows color (decimal): -5171170 or 1972401. OLE color: 1972401.

HSL color Cylindrical-coordinate representation of color #B1181E: hue angle of 357.65º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1181E is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 24 30 -
CMYK 0 0.86 0.83 0.31
HSL 357.65º 0.76% 0.39% -
HSV(B) 357.65º 0.86% 0.69% -
XYZ 18.69 10.09 2.19 -
YUV 70.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 177 24 30 0 0.86 0.83 0.31 357.65 0.76 0.39
Hex B1 18 1E 0 56 53 1F 166 4C 27
Octal 261 30 36 0 126 123 37 546 114 47
Binary 10110001 11000 11110 0 1010110 1010011 11111 101100110 1001100 100111

Color Harmonies of #B1181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1181E

Black with #B1181E

Text Example


Text Example

White with #B1181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1181E; }

 p { color: rgb(177,24,30); }

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

background-color css

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

 a { background-color: rgb(177,24,30); }

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

border-color css

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

 span { border-color: rgb(177,24,30); }

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