Html Css Color HEX #BB141E Fire Engine Red

📋 copy color: '#BB141E'

red 187 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #BB141E

Tints of Fire Engine Red #BB141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 78.9%
G = 8.44%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB141E (or 0xBB141E) is known color: Fire Engine Red. HEX triplet: BB, 14 and 1E. RGB value is (187,20,30). Sum of RGB (Red+Green+Blue) = 187+20+30=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB141E is #44EBE1. Grayscale: #474747. Windows color (decimal): -4516834 or 1971387. OLE color: 1971387.

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

Color convert

RGB 187 20 30 -
CMYK 0 0.89 0.84 0.27
HSL 356.41º 0.81% 0.41% -
HSV(B) 356.41º 0.89% 0.73% -
XYZ 20.98 11.16 2.28 -
YUV 71.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 187 20 30 0 0.89 0.84 0.27 356.41 0.81 0.41
Hex BB 14 1E 0 59 54 1B 164 51 29
Octal 273 24 36 0 131 124 33 544 121 51
Binary 10111011 10100 11110 0 1011001 1010100 11011 101100100 1010001 101001

Color Harmonies of #BB141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB141E

Black with #BB141E

Text Example


Text Example

White with #BB141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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