Html Css Color HEX #BB1129 Fire Engine Red

📋 copy color: '#BB1129'

red 187 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #BB1129

Tints of Fire Engine Red #BB1129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 76.33%
G = 6.94%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB1129 (or 0xBB1129) is known color: Fire Engine Red. HEX triplet: BB, 11 and 29. RGB value is (187,17,41). Sum of RGB (Red+Green+Blue) = 187+17+41=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1129 is #44EED6. Grayscale: #464646. Windows color (decimal): -4517591 or 2691515. OLE color: 2691515.

HSL color Cylindrical-coordinate representation of color #BB1129: hue angle of 351.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1129 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 41 -
CMYK 0 0.91 0.78 0.27
HSL 351.53º 0.83% 0.4% -
HSV(B) 351.53º 0.91% 0.73% -
XYZ 21.09 11.13 3.13 -
YUV 70.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 187 17 41 0 0.91 0.78 0.27 351.53 0.83 0.4
Hex BB 11 29 0 5B 4E 1B 160 53 28
Octal 273 21 51 0 133 116 33 540 123 50
Binary 10111011 10001 101001 0 1011011 1001110 11011 101100000 1010011 101000

Color Harmonies of #BB1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1129

Black with #BB1129

Text Example


Text Example

White with #BB1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1129; }

 p { color: rgb(187,17,41); }

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

background-color css

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

 a { background-color: rgb(187,17,41); }

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

border-color css

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

 span { border-color: rgb(187,17,41); }

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