Html Css Color HEX #BB1A1D Fire Engine Red

📋 copy color: '#BB1A1D'

red 187 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #BB1A1D

Tints of Fire Engine Red #BB1A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 77.27%
G = 10.74%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB1A1D (or 0xBB1A1D) is known color: Fire Engine Red. HEX triplet: BB, 1A and 1D. RGB value is (187,26,29). Sum of RGB (Red+Green+Blue) = 187+26+29=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A1D is #44E5E2. Grayscale: #4A4A4A. Windows color (decimal): -4515299 or 1907387. OLE color: 1907387.

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

Color convert

RGB 187 26 29 -
CMYK 0 0.86 0.84 0.27
HSL 358.88º 0.76% 0.42% -
HSV(B) 358.88º 0.86% 0.73% -
XYZ 21.08 11.39 2.25 -
YUV 74.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 187 26 29 0 0.86 0.84 0.27 358.88 0.76 0.42
Hex BB 1A 1D 0 56 54 1B 167 4C 2A
Octal 273 32 35 0 126 124 33 547 114 52
Binary 10111011 11010 11101 0 1010110 1010100 11011 101100111 1001100 101010

Color Harmonies of #BB1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A1D

Black with #BB1A1D

Text Example


Text Example

White with #BB1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A1D; }

 p { color: rgb(187,26,29); }

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

background-color css

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

 a { background-color: rgb(187,26,29); }

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

border-color css

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

 span { border-color: rgb(187,26,29); }

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