Html Css Color HEX #BB1726 Fire Engine Red

📋 copy color: '#BB1726'

red 187 ◦ green 23 ◦ blue 38

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

Shades of Fire Engine Red #BB1726

Tints of Fire Engine Red #BB1726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 75.4%
G = 9.27%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB1726 (or 0xBB1726) is known color: Fire Engine Red. HEX triplet: BB, 17 and 26. RGB value is (187,23,38). Sum of RGB (Red+Green+Blue) = 187+23+38=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1726 is #44E8D9. Grayscale: #494949. Windows color (decimal): -4516058 or 2496443. OLE color: 2496443.

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

Color convert

RGB 187 23 38 -
CMYK 0 0.88 0.80 0.27
HSL 354.51º 0.78% 0.41% -
HSV(B) 354.51º 0.88% 0.73% -
XYZ 21.15 11.32 2.9 -
YUV 73.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 187 23 38 0 0.88 0.80 0.27 354.51 0.78 0.41
Hex BB 17 26 0 58 50 1B 163 4E 29
Octal 273 27 46 0 130 120 33 543 116 51
Binary 10111011 10111 100110 0 1011000 1010000 11011 101100011 1001110 101001

Color Harmonies of #BB1726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1726

Black with #BB1726

Text Example


Text Example

White with #BB1726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1726; }

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

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

background-color css

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

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

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

border-color css

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

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

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