Html Css Color HEX #BB1027 Fire Engine Red

📋 copy color: '#BB1027'

red 187 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #BB1027

Tints of Fire Engine Red #BB1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 77.27%
G = 6.61%
B = 16.12%

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

#BB1027 (or 0xBB1027) is known color: Fire Engine Red. HEX triplet: BB, 10 and 27. RGB value is (187,16,39). Sum of RGB (Red+Green+Blue) = 187+16+39=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1027 is #44EFD8. Grayscale: #454545. Windows color (decimal): -4517849 or 2560187. OLE color: 2560187.

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

Color convert

RGB 187 16 39 -
CMYK 0 0.91 0.79 0.27
HSL 351.93º 0.84% 0.4% -
HSV(B) 351.93º 0.91% 0.73% -
XYZ 21.05 11.08 2.95 -
YUV 69.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 187 16 39 0 0.91 0.79 0.27 351.93 0.84 0.4
Hex BB 10 27 0 5B 4F 1B 160 54 28
Octal 273 20 47 0 133 117 33 540 124 50
Binary 10111011 10000 100111 0 1011011 1001111 11011 101100000 1010100 101000

Color Harmonies of #BB1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1027

Black with #BB1027

Text Example


Text Example

White with #BB1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1027; }

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

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

background-color css

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

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

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

border-color css

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

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

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