Html Css Color HEX #BB191F Fire Engine Red

📋 copy color: '#BB191F'

red 187 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #BB191F

Tints of Fire Engine Red #BB191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.29%

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

R = 76.95%
G = 10.29%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB191F (or 0xBB191F) is known color: Fire Engine Red. HEX triplet: BB, 19 and 1F. RGB value is (187,25,31). Sum of RGB (Red+Green+Blue) = 187+25+31=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB191F is #44E6E0. Grayscale: #4A4A4A. Windows color (decimal): -4515553 or 2038203. OLE color: 2038203.

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

Color convert

RGB 187 25 31 -
CMYK 0 0.87 0.83 0.27
HSL 357.78º 0.76% 0.42% -
HSV(B) 357.78º 0.87% 0.73% -
XYZ 21.09 11.36 2.38 -
YUV 74.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 187 25 31 0 0.87 0.83 0.27 357.78 0.76 0.42
Hex BB 19 1F 0 57 53 1B 166 4C 2A
Octal 273 31 37 0 127 123 33 546 114 52
Binary 10111011 11001 11111 0 1010111 1010011 11011 101100110 1001100 101010

Color Harmonies of #BB191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB191F

Black with #BB191F

Text Example


Text Example

White with #BB191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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