Html Css Color HEX #BB1627 Fire Engine Red

📋 copy color: '#BB1627'

red 187 ◦ green 22 ◦ blue 39

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

Shades of Fire Engine Red #BB1627

Tints of Fire Engine Red #BB1627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

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

R = 75.4%
G = 8.87%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB1627 (or 0xBB1627) is known color: Fire Engine Red. HEX triplet: BB, 16 and 27. RGB value is (187,22,39). Sum of RGB (Red+Green+Blue) = 187+22+39=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1627 is #44E9D8. Grayscale: #494949. Windows color (decimal): -4516313 or 2561723. OLE color: 2561723.

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

Color convert

RGB 187 22 39 -
CMYK 0 0.88 0.79 0.27
HSL 353.82º 0.79% 0.41% -
HSV(B) 353.82º 0.88% 0.73% -
XYZ 21.15 11.29 2.98 -
YUV 73.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 187 22 39 0 0.88 0.79 0.27 353.82 0.79 0.41
Hex BB 16 27 0 58 4F 1B 162 4F 29
Octal 273 26 47 0 130 117 33 542 117 51
Binary 10111011 10110 100111 0 1011000 1001111 11011 101100010 1001111 101001

Color Harmonies of #BB1627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1627

Black with #BB1627

Text Example


Text Example

White with #BB1627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1627; }

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

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

background-color css

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

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

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

border-color css

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

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

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