Html Css Color HEX #BB161D Fire Engine Red

📋 copy color: '#BB161D'

red 187 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #BB161D

Tints of Fire Engine Red #BB161D

RGB

 RED value IS 187 (73.44% from 255) = 78.57%

 GREEN value IS 22 (8.98% from 255) = 9.24%

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

R = 78.57%
G = 9.24%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB161D (or 0xBB161D) is known color: Fire Engine Red. HEX triplet: BB, 16 and 1D. RGB value is (187,22,29). Sum of RGB (Red+Green+Blue) = 187+22+29=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB161D is #44E9E2. Grayscale: #484848. Windows color (decimal): -4516323 or 1906363. OLE color: 1906363.

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

Color convert

RGB 187 22 29 -
CMYK 0 0.88 0.84 0.27
HSL 357.45º 0.79% 0.41% -
HSV(B) 357.45º 0.88% 0.73% -
XYZ 21 11.23 2.22 -
YUV 72.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 187 22 29 0 0.88 0.84 0.27 357.45 0.79 0.41
Hex BB 16 1D 0 58 54 1B 165 4F 29
Octal 273 26 35 0 130 124 33 545 117 51
Binary 10111011 10110 11101 0 1011000 1010100 11011 101100101 1001111 101001

Color Harmonies of #BB161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB161D

Black with #BB161D

Text Example


Text Example

White with #BB161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB161D; }

 p { color: rgb(187,22,29); }

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

background-color css

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

 a { background-color: rgb(187,22,29); }

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

border-color css

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

 span { border-color: rgb(187,22,29); }

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