#ba2621

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

Shades of Fire Brick #BA2621

Tints of Fire Brick #BA2621

Color information

#BA2621 (or 0xBA2621) is unknown color: approx Fire Brick. HEX triplet: BA, 26 and 21. RGB value is (186,38,33). Sum of RGB (Red+Green+Blue) = 186+38+33=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2621 is #45D9DE. Grayscale: #515151. Windows color (decimal): -4577759 or 2172602. OLE color: 2172602.

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

Color convert

RGB1863833-
CMYK00.800.820.27
HSL1.96º69.86%42.94%-
HSV(B)1.96º82.26%72.94%-
XYZ21.2211.942.62-
YUV81.68100.53202.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.37%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 33 (13.28% from 255) = 12.84%
R=72.37%
G=14.79%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186383300.800.820.271.9669.8642.94
HexBA2621050521B2462b
Octal2724641012012233210653
Binary1011101010011010000101010000101001011011101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2621; }

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

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

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

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

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

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

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

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