Html Css Color HEX #BB1728 Fire Engine Red

📋 copy color: '#BB1728'

red 187 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #BB1728

Tints of Fire Engine Red #BB1728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16%

R = 74.8%
G = 9.2%
B = 16%

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

#BB1728 (or 0xBB1728) is known color: Fire Engine Red. HEX triplet: BB, 17 and 28. RGB value is (187,23,40). Sum of RGB (Red+Green+Blue) = 187+23+40=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1728 is #44E8D7. Grayscale: #4A4A4A. Windows color (decimal): -4516056 or 2627515. OLE color: 2627515.

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

Color convert

RGB 187 23 40 -
CMYK 0 0.88 0.79 0.27
HSL 353.78º 0.78% 0.41% -
HSV(B) 353.78º 0.88% 0.73% -
XYZ 21.18 11.33 3.08 -
YUV 73.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 187 23 40 0 0.88 0.79 0.27 353.78 0.78 0.41
Hex BB 17 28 0 58 4F 1B 162 4E 29
Octal 273 27 50 0 130 117 33 542 116 51
Binary 10111011 10111 101000 0 1011000 1001111 11011 101100010 1001110 101001

Color Harmonies of #BB1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1728

Black with #BB1728

Text Example


Text Example

White with #BB1728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1728; }

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

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

background-color css

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

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

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

border-color css

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

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

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