Html Css Color HEX #BB1A28 Fire Engine Red

📋 copy color: '#BB1A28'

red 187 ◦ green 26 ◦ blue 40

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

Shades of Fire Engine Red #BB1A28

Tints of Fire Engine Red #BB1A28

RGB

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

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

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

R = 73.91%
G = 10.28%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB1A28 (or 0xBB1A28) is known color: Fire Engine Red. HEX triplet: BB, 1A and 28. RGB value is (187,26,40). Sum of RGB (Red+Green+Blue) = 187+26+40=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A28 is #44E5D7. Grayscale: #4B4B4B. Windows color (decimal): -4515288 or 2628283. OLE color: 2628283.

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

Color convert

RGB 187 26 40 -
CMYK 0 0.86 0.79 0.27
HSL 354.78º 0.76% 0.42% -
HSV(B) 354.78º 0.86% 0.73% -
XYZ 21.25 11.46 3.1 -
YUV 75.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 187 26 40 0 0.86 0.79 0.27 354.78 0.76 0.42
Hex BB 1A 28 0 56 4F 1B 163 4C 2A
Octal 273 32 50 0 126 117 33 543 114 52
Binary 10111011 11010 101000 0 1010110 1001111 11011 101100011 1001100 101010

Color Harmonies of #BB1A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A28

Black with #BB1A28

Text Example


Text Example

White with #BB1A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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