Html Css Color HEX #BB1426 Fire Engine Red

📋 copy color: '#BB1426'

red 187 ◦ green 20 ◦ blue 38

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

Shades of Fire Engine Red #BB1426

Tints of Fire Engine Red #BB1426

RGB

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

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

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

R = 76.33%
G = 8.16%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB1426 (or 0xBB1426) is known color: Fire Engine Red. HEX triplet: BB, 14 and 26. RGB value is (187,20,38). Sum of RGB (Red+Green+Blue) = 187+20+38=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1426 is #44EBD9. Grayscale: #484848. Windows color (decimal): -4516826 or 2495675. OLE color: 2495675.

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

Color convert

RGB 187 20 38 -
CMYK 0 0.89 0.80 0.27
HSL 353.53º 0.81% 0.41% -
HSV(B) 353.53º 0.89% 0.73% -
XYZ 21.09 11.21 2.88 -
YUV 71.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 187 20 38 0 0.89 0.80 0.27 353.53 0.81 0.41
Hex BB 14 26 0 59 50 1B 162 51 29
Octal 273 24 46 0 131 120 33 542 121 51
Binary 10111011 10100 100110 0 1011001 1010000 11011 101100010 1010001 101001

Color Harmonies of #BB1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1426

Black with #BB1426

Text Example


Text Example

White with #BB1426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1426; }

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

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

background-color css

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

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

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

border-color css

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

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

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