Html Css Color HEX #BB1D26 Fire Engine Red

📋 copy color: '#BB1D26'

red 187 ◦ green 29 ◦ blue 38

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

Shades of Fire Engine Red #BB1D26

Tints of Fire Engine Red #BB1D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

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

R = 73.62%
G = 11.42%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB1D26 (or 0xBB1D26) is known color: Fire Engine Red. HEX triplet: BB, 1D and 26. RGB value is (187,29,38). Sum of RGB (Red+Green+Blue) = 187+29+38=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D26 is #44E2D9. Grayscale: #4D4D4D. Windows color (decimal): -4514522 or 2497979. OLE color: 2497979.

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

Color convert

RGB 187 29 38 -
CMYK 0 0.84 0.80 0.27
HSL 356.58º 0.73% 0.42% -
HSV(B) 356.58º 0.84% 0.73% -
XYZ 21.28 11.58 2.95 -
YUV 77.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 187 29 38 0 0.84 0.80 0.27 356.58 0.73 0.42
Hex BB 1D 26 0 54 50 1B 165 49 2A
Octal 273 35 46 0 124 120 33 545 111 52
Binary 10111011 11101 100110 0 1010100 1010000 11011 101100101 1001001 101010

Color Harmonies of #BB1D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D26

Black with #BB1D26

Text Example


Text Example

White with #BB1D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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