#BA2821

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

Shades of Fire Brick #BA2821

Tints of Fire Brick #BA2821

Color information

#BA2821 (or 0xBA2821) is unknown color: approx Fire Brick. HEX triplet: BA, 28 and 21. RGB value is (186,40,33). Sum of RGB (Red+Green+Blue) = 186+40+33=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2821 is #45D7DE. Grayscale: #535353. Windows color (decimal): -4577247 or 2173114. OLE color: 2173114.

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

Color convert

RGB1864033-
CMYK00.780.820.27
HSL2.75º69.86%42.94%-
HSV(B)2.75º82.26%72.94%-
XYZ21.2812.072.65-
YUV82.8699.87201.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.81%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=71.81%
G=15.44%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186403300.780.820.272.7569.8642.94
HexBA282104E521B3462b
Octal2725041011612233310653
Binary1011101010100010000101001110101001011011111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2821; }

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

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

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

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

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

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

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

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