Html Css Color HEX #BB181E Fire Engine Red

📋 copy color: '#BB181E'

red 187 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #BB181E

Tints of Fire Engine Red #BB181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 77.59%
G = 9.96%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB181E (or 0xBB181E) is known color: Fire Engine Red. HEX triplet: BB, 18 and 1E. RGB value is (187,24,30). Sum of RGB (Red+Green+Blue) = 187+24+30=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB181E is #44E7E1. Grayscale: #494949. Windows color (decimal): -4515810 or 1972411. OLE color: 1972411.

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

Color convert

RGB 187 24 30 -
CMYK 0 0.87 0.84 0.27
HSL 357.79º 0.77% 0.41% -
HSV(B) 357.79º 0.87% 0.73% -
XYZ 21.05 11.31 2.3 -
YUV 73.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 187 24 30 0 0.87 0.84 0.27 357.79 0.77 0.41
Hex BB 18 1E 0 57 54 1B 166 4D 29
Octal 273 30 36 0 127 124 33 546 115 51
Binary 10111011 11000 11110 0 1010111 1010100 11011 101100110 1001101 101001

Color Harmonies of #BB181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB181E

Black with #BB181E

Text Example


Text Example

White with #BB181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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