Html Css Color HEX #BB1427 Fire Engine Red

📋 copy color: '#BB1427'

red 187 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #BB1427

Tints of Fire Engine Red #BB1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.13%

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 76.02%
G = 8.13%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB1427 (or 0xBB1427) is known color: Fire Engine Red. HEX triplet: BB, 14 and 27. RGB value is (187,20,39). Sum of RGB (Red+Green+Blue) = 187+20+39=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1427 is #44EBD8. Grayscale: #484848. Windows color (decimal): -4516825 or 2561211. OLE color: 2561211.

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

Color convert

RGB 187 20 39 -
CMYK 0 0.89 0.79 0.27
HSL 353.17º 0.81% 0.41% -
HSV(B) 353.17º 0.89% 0.73% -
XYZ 21.11 11.21 2.97 -
YUV 72.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 187 20 39 0 0.89 0.79 0.27 353.17 0.81 0.41
Hex BB 14 27 0 59 4F 1B 161 51 29
Octal 273 24 47 0 131 117 33 541 121 51
Binary 10111011 10100 100111 0 1011001 1001111 11011 101100001 1010001 101001

Color Harmonies of #BB1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1427

Black with #BB1427

Text Example


Text Example

White with #BB1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1427; }

 p { color: rgb(187,20,39); }

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

background-color css

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

 a { background-color: rgb(187,20,39); }

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

border-color css

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

 span { border-color: rgb(187,20,39); }

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