#BA322A

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

Shades of Fire Brick #BA322A

Tints of Fire Brick #BA322A

Color information

#BA322A (or 0xBA322A) is unknown color: approx Fire Brick. HEX triplet: BA, 32 and 2A. RGB value is (186,50,42). Sum of RGB (Red+Green+Blue) = 186+50+42=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA322A is #45CDD5. Grayscale: #595959. Windows color (decimal): -4574678 or 2765498. OLE color: 2765498.

HSL color Cylindrical-coordinate representation of color #BA322A: hue angle of 3.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA322A is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1865042-
CMYK00.730.770.27
HSL3.33º63.16%44.71%-
HSV(B)3.33º77.42%72.94%-
XYZ21.8112.893.53-
YUV89.75101.06196.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.91%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=66.91%
G=17.99%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186504200.730.770.273.3363.1644.71
HexBA322A0494D1B33f2d
Octal272625201111153337755
Binary101110101100101010100100100110011011101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA322A; }

 p { color: rgb(186,50,42); }

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

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

 a { background-color: rgb(186,50,42); }

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

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

 span { border-color: rgb(186,50,42); }

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