Html Css Color HEX #BB161E Fire Engine Red

📋 copy color: '#BB161E'

red 187 ◦ green 22 ◦ blue 30

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

Shades of Fire Engine Red #BB161E

Tints of Fire Engine Red #BB161E

RGB

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

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

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

R = 78.24%
G = 9.21%
B = 12.55%

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

#BB161E (or 0xBB161E) is known color: Fire Engine Red. HEX triplet: BB, 16 and 1E. RGB value is (187,22,30). Sum of RGB (Red+Green+Blue) = 187+22+30=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB161E is #44E9E1. Grayscale: #484848. Windows color (decimal): -4516322 or 1971899. OLE color: 1971899.

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

Color convert

RGB 187 22 30 -
CMYK 0 0.88 0.84 0.27
HSL 357.09º 0.79% 0.41% -
HSV(B) 357.09º 0.88% 0.73% -
XYZ 21.01 11.23 2.29 -
YUV 72.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 187 22 30 0 0.88 0.84 0.27 357.09 0.79 0.41
Hex BB 16 1E 0 58 54 1B 165 4F 29
Octal 273 26 36 0 130 124 33 545 117 51
Binary 10111011 10110 11110 0 1011000 1010100 11011 101100101 1001111 101001

Color Harmonies of #BB161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB161E

Black with #BB161E

Text Example


Text Example

White with #BB161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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