Html Css Color HEX #BB1127 Fire Engine Red

📋 copy color: '#BB1127'

red 187 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #BB1127

Tints of Fire Engine Red #BB1127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.05%

R = 76.95%
G = 7%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB1127 (or 0xBB1127) is known color: Fire Engine Red. HEX triplet: BB, 11 and 27. RGB value is (187,17,39). Sum of RGB (Red+Green+Blue) = 187+17+39=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1127 is #44EED8. Grayscale: #464646. Windows color (decimal): -4517593 or 2560443. OLE color: 2560443.

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

Color convert

RGB 187 17 39 -
CMYK 0 0.91 0.79 0.27
HSL 352.24º 0.83% 0.4% -
HSV(B) 352.24º 0.91% 0.73% -
XYZ 21.06 11.11 2.95 -
YUV 70.34 110.32 211.21 -
System Red Green Blue C M Y K H S L
Decimal 187 17 39 0 0.91 0.79 0.27 352.24 0.83 0.4
Hex BB 11 27 0 5B 4F 1B 160 53 28
Octal 273 21 47 0 133 117 33 540 123 50
Binary 10111011 10001 100111 0 1011011 1001111 11011 101100000 1010011 101000

Color Harmonies of #BB1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1127

Black with #BB1127

Text Example


Text Example

White with #BB1127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1127; }

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

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

background-color css

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

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

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

border-color css

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

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

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