Html Css Color HEX #BB1C25 Fire Engine Red

📋 copy color: '#BB1C25'

red 187 ◦ green 28 ◦ blue 37

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

Shades of Fire Engine Red #BB1C25

Tints of Fire Engine Red #BB1C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 74.21%
G = 11.11%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB1C25 (or 0xBB1C25) is known color: Fire Engine Red. HEX triplet: BB, 1C and 25. RGB value is (187,28,37). Sum of RGB (Red+Green+Blue) = 187+28+37=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1C25 is #44E3DA. Grayscale: #4C4C4C. Windows color (decimal): -4514779 or 2432187. OLE color: 2432187.

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

Color convert

RGB 187 28 37 -
CMYK 0 0.85 0.80 0.27
HSL 356.6º 0.74% 0.42% -
HSV(B) 356.6º 0.85% 0.73% -
XYZ 21.24 11.53 2.86 -
YUV 76.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 187 28 37 0 0.85 0.80 0.27 356.6 0.74 0.42
Hex BB 1C 25 0 55 50 1B 165 4A 2A
Octal 273 34 45 0 125 120 33 545 112 52
Binary 10111011 11100 100101 0 1010101 1010000 11011 101100101 1001010 101010

Color Harmonies of #BB1C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C25

Black with #BB1C25

Text Example


Text Example

White with #BB1C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C25; }

 p { color: rgb(187,28,37); }

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

background-color css

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

 a { background-color: rgb(187,28,37); }

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

border-color css

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

 span { border-color: rgb(187,28,37); }

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