#BA2721

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

Shades of Fire Brick #BA2721

Tints of Fire Brick #BA2721

Color information

#BA2721 (or 0xBA2721) is unknown color: approx Fire Brick. HEX triplet: BA, 27 and 21. RGB value is (186,39,33). Sum of RGB (Red+Green+Blue) = 186+39+33=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2721 is #45D8DE. Grayscale: #525252. Windows color (decimal): -4577503 or 2172858. OLE color: 2172858.

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

Color convert

RGB1863933-
CMYK00.790.820.27
HSL2.35º69.86%42.94%-
HSV(B)2.35º82.26%72.94%-
XYZ21.25122.64-
YUV82.27100.2201.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.09%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=72.09%
G=15.12%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186393300.790.820.272.3569.8642.94
HexBA272104F521B2462b
Octal2724741011712233210653
Binary1011101010011110000101001111101001011011101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2721; }

 p { color: rgb(186,39,33); }

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

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

 a { background-color: rgb(186,39,33); }

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

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

 span { border-color: rgb(186,39,33); }

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