Html Css Color HEX #BB171C Fire Engine Red

📋 copy color: '#BB171C'

red 187 ◦ green 23 ◦ blue 28

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

Shades of Fire Engine Red #BB171C

Tints of Fire Engine Red #BB171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 78.57%
G = 9.66%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB171C (or 0xBB171C) is known color: Fire Engine Red. HEX triplet: BB, 17 and 1C. RGB value is (187,23,28). Sum of RGB (Red+Green+Blue) = 187+23+28=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB171C is #44E8E3. Grayscale: #484848. Windows color (decimal): -4516068 or 1841083. OLE color: 1841083.

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

Color convert

RGB 187 23 28 -
CMYK 0 0.88 0.85 0.27
HSL 358.17º 0.78% 0.41% -
HSV(B) 358.17º 0.88% 0.73% -
XYZ 21.01 11.26 2.16 -
YUV 72.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 187 23 28 0 0.88 0.85 0.27 358.17 0.78 0.41
Hex BB 17 1C 0 58 55 1B 166 4E 29
Octal 273 27 34 0 130 125 33 546 116 51
Binary 10111011 10111 11100 0 1011000 1010101 11011 101100110 1001110 101001

Color Harmonies of #BB171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB171C

Black with #BB171C

Text Example


Text Example

White with #BB171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB171C; }

 p { color: rgb(187,23,28); }

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

background-color css

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

 a { background-color: rgb(187,23,28); }

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

border-color css

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

 span { border-color: rgb(187,23,28); }

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