Html Css Color HEX #BB141F Fire Engine Red

📋 copy color: '#BB141F'

red 187 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #BB141F

Tints of Fire Engine Red #BB141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 78.57%
G = 8.4%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB141F (or 0xBB141F) is known color: Fire Engine Red. HEX triplet: BB, 14 and 1F. RGB value is (187,20,31). Sum of RGB (Red+Green+Blue) = 187+20+31=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB141F is #44EBE0. Grayscale: #474747. Windows color (decimal): -4516833 or 2036923. OLE color: 2036923.

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

Color convert

RGB 187 20 31 -
CMYK 0 0.89 0.83 0.27
HSL 356.05º 0.81% 0.41% -
HSV(B) 356.05º 0.89% 0.73% -
XYZ 20.99 11.16 2.34 -
YUV 71.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 187 20 31 0 0.89 0.83 0.27 356.05 0.81 0.41
Hex BB 14 1F 0 59 53 1B 164 51 29
Octal 273 24 37 0 131 123 33 544 121 51
Binary 10111011 10100 11111 0 1011001 1010011 11011 101100100 1010001 101001

Color Harmonies of #BB141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB141F

Black with #BB141F

Text Example


Text Example

White with #BB141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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