Html Css Color HEX #BB1D28 Fire Engine Red

📋 copy color: '#BB1D28'

red 187 ◦ green 29 ◦ blue 40

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

Shades of Fire Engine Red #BB1D28

Tints of Fire Engine Red #BB1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 73.05%
G = 11.33%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB1D28 (or 0xBB1D28) is known color: Fire Engine Red. HEX triplet: BB, 1D and 28. RGB value is (187,29,40). Sum of RGB (Red+Green+Blue) = 187+29+40=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D28 is #44E2D7. Grayscale: #4D4D4D. Windows color (decimal): -4514520 or 2629051. OLE color: 2629051.

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

Color convert

RGB 187 29 40 -
CMYK 0 0.84 0.79 0.27
HSL 355.82º 0.73% 0.42% -
HSV(B) 355.82º 0.84% 0.73% -
XYZ 21.32 11.6 3.12 -
YUV 77.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 187 29 40 0 0.84 0.79 0.27 355.82 0.73 0.42
Hex BB 1D 28 0 54 4F 1B 164 49 2A
Octal 273 35 50 0 124 117 33 544 111 52
Binary 10111011 11101 101000 0 1010100 1001111 11011 101100100 1001001 101010

Color Harmonies of #BB1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D28

Black with #BB1D28

Text Example


Text Example

White with #BB1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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