Html Css Color HEX #BB1828 Fire Engine Red

📋 copy color: '#BB1828'

red 187 ◦ green 24 ◦ blue 40

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

Shades of Fire Engine Red #BB1828

Tints of Fire Engine Red #BB1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

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

R = 74.5%
G = 9.56%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB1828 (or 0xBB1828) is known color: Fire Engine Red. HEX triplet: BB, 18 and 28. RGB value is (187,24,40). Sum of RGB (Red+Green+Blue) = 187+24+40=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1828 is #44E7D7. Grayscale: #4A4A4A. Windows color (decimal): -4515800 or 2627771. OLE color: 2627771.

HSL color Cylindrical-coordinate representation of color #BB1828: hue angle of 354.11º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1828 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 40 -
CMYK 0 0.87 0.79 0.27
HSL 354.11º 0.77% 0.41% -
HSV(B) 354.11º 0.87% 0.73% -
XYZ 21.2 11.37 3.08 -
YUV 74.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 187 24 40 0 0.87 0.79 0.27 354.11 0.77 0.41
Hex BB 18 28 0 57 4F 1B 162 4D 29
Octal 273 30 50 0 127 117 33 542 115 51
Binary 10111011 11000 101000 0 1010111 1001111 11011 101100010 1001101 101001

Color Harmonies of #BB1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1828

Black with #BB1828

Text Example


Text Example

White with #BB1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1828; }

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

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

background-color css

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

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

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

border-color css

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

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

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