Html Css Color HEX #BB171A Fire Engine Red

📋 copy color: '#BB171A'

red 187 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #BB171A

Tints of Fire Engine Red #BB171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.02%

R = 79.24%
G = 9.75%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB171A (or 0xBB171A) is known color: Fire Engine Red. HEX triplet: BB, 17 and 1A. RGB value is (187,23,26). Sum of RGB (Red+Green+Blue) = 187+23+26=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB171A is #44E8E5. Grayscale: #484848. Windows color (decimal): -4516070 or 1710011. OLE color: 1710011.

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

Color convert

RGB 187 23 26 -
CMYK 0 0.88 0.86 0.27
HSL 358.9º 0.78% 0.41% -
HSV(B) 358.9º 0.88% 0.73% -
XYZ 20.99 11.25 2.04 -
YUV 72.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 187 23 26 0 0.88 0.86 0.27 358.9 0.78 0.41
Hex BB 17 1A 0 58 56 1B 167 4E 29
Octal 273 27 32 0 130 126 33 547 116 51
Binary 10111011 10111 11010 0 1011000 1010110 11011 101100111 1001110 101001

Color Harmonies of #BB171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB171A

Black with #BB171A

Text Example


Text Example

White with #BB171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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