Html Css Color HEX #BB1923 Fire Engine Red

📋 copy color: '#BB1923'

red 187 ◦ green 25 ◦ blue 35

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

Shades of Fire Engine Red #BB1923

Tints of Fire Engine Red #BB1923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

 BLUE value IS 35 (14.06% from 255) = 14.17%

R = 75.71%
G = 10.12%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB1923 (or 0xBB1923) is known color: Fire Engine Red. HEX triplet: BB, 19 and 23. RGB value is (187,25,35). Sum of RGB (Red+Green+Blue) = 187+25+35=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1923 is #44E6DC. Grayscale: #4A4A4A. Windows color (decimal): -4515549 or 2300347. OLE color: 2300347.

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

Color convert

RGB 187 25 35 -
CMYK 0 0.87 0.81 0.27
HSL 356.3º 0.76% 0.42% -
HSV(B) 356.3º 0.87% 0.73% -
XYZ 21.14 11.38 2.67 -
YUV 74.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 187 25 35 0 0.87 0.81 0.27 356.3 0.76 0.42
Hex BB 19 23 0 57 51 1B 164 4C 2A
Octal 273 31 43 0 127 121 33 544 114 52
Binary 10111011 11001 100011 0 1010111 1010001 11011 101100100 1001100 101010

Color Harmonies of #BB1923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1923

Black with #BB1923

Text Example


Text Example

White with #BB1923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1923; }

 p { color: rgb(187,25,35); }

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

background-color css

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

 a { background-color: rgb(187,25,35); }

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

border-color css

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

 span { border-color: rgb(187,25,35); }

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