Html Css Color HEX #BB1226 Fire Engine Red

📋 copy color: '#BB1226'

red 187 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #BB1226

Tints of Fire Engine Red #BB1226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

 BLUE value IS 38 (15.23% from 255) = 15.64%

R = 76.95%
G = 7.41%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB1226 (or 0xBB1226) is known color: Fire Engine Red. HEX triplet: BB, 12 and 26. RGB value is (187,18,38). Sum of RGB (Red+Green+Blue) = 187+18+38=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1226 is #44EDD9. Grayscale: #464646. Windows color (decimal): -4517338 or 2495163. OLE color: 2495163.

HSL color Cylindrical-coordinate representation of color #BB1226: hue angle of 352.9º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1226 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 38 -
CMYK 0 0.90 0.80 0.27
HSL 352.9º 0.82% 0.4% -
HSV(B) 352.9º 0.9% 0.73% -
XYZ 21.06 11.14 2.87 -
YUV 70.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 187 18 38 0 0.90 0.80 0.27 352.9 0.82 0.4
Hex BB 12 26 0 5A 50 1B 161 52 28
Octal 273 22 46 0 132 120 33 541 122 50
Binary 10111011 10010 100110 0 1011010 1010000 11011 101100001 1010010 101000

Color Harmonies of #BB1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1226

Black with #BB1226

Text Example


Text Example

White with #BB1226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1226; }

 p { color: rgb(187,18,38); }

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

background-color css

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

 a { background-color: rgb(187,18,38); }

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

border-color css

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

 span { border-color: rgb(187,18,38); }

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