#BB1A14

Color #BB1A14 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #BB1A14

Tints of Fire Brick #BB1A14

Color information

#BB1A14 (or 0xBB1A14) is unknown color: approx Fire Brick. HEX triplet: BB, 1A and 14. RGB value is (187,26,20). Sum of RGB (Red+Green+Blue) = 187+26+20=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1A14 is #44E5EB. Grayscale: #494949. Windows color (decimal): -4515308 or 1317563. OLE color: 1317563.

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

Color convert

RGB1872620-
CMYK00.860.890.27
HSL2.16º80.68%40.59%-
HSV(B)2.16º89.3%73.33%-
XYZ20.9911.351.75-
YUV73.4697.84208.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.26%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=80.26%
G=11.16%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187262000.860.890.272.1680.6840.59
HexBB1A14056591B25129
Octal2733224012613133212151
Binary10111011110101010001010110101100111011101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1A14; }

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

 H1.HeaderClassName
 {
   color: #BB1A14;
 }
 .AnyTagClassName
 {
   color: #BB1A14;
 }
</style>
background-color css

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

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

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

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

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

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