Html Css Color HEX #B9181D Fire Engine Red

📋 copy color: '#B9181D'

red 185 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #B9181D

Tints of Fire Engine Red #B9181D

RGB

 RED value IS 185 (72.66% from 255) = 77.73%

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

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

R = 77.73%
G = 10.08%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9181D (or 0xB9181D) is known color: Fire Engine Red. HEX triplet: B9, 18 and 1D. RGB value is (185,24,29). Sum of RGB (Red+Green+Blue) = 185+24+29=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B9181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9181D is #46E7E2. Grayscale: #484848. Windows color (decimal): -4646883 or 1906873. OLE color: 1906873.

HSL color Cylindrical-coordinate representation of color #B9181D: hue angle of 358.14º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9181D is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 24 29 -
CMYK 0 0.87 0.84 0.27
HSL 358.14º 0.77% 0.41% -
HSV(B) 358.14º 0.87% 0.73% -
XYZ 20.56 11.06 2.21 -
YUV 72.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 185 24 29 0 0.87 0.84 0.27 358.14 0.77 0.41
Hex B9 18 1D 0 57 54 1B 166 4D 29
Octal 271 30 35 0 127 124 33 546 115 51
Binary 10111001 11000 11101 0 1010111 1010100 11011 101100110 1001101 101001

Color Harmonies of #B9181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9181D

Black with #B9181D

Text Example


Text Example

White with #B9181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9181D; }

 p { color: rgb(185,24,29); }

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

background-color css

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

 a { background-color: rgb(185,24,29); }

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

border-color css

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

 span { border-color: rgb(185,24,29); }

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