#BA312A

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

Shades of Fire Brick #BA312A

Tints of Fire Brick #BA312A

Color information

#BA312A (or 0xBA312A) is unknown color: approx Fire Brick. HEX triplet: BA, 31 and 2A. RGB value is (186,49,42). Sum of RGB (Red+Green+Blue) = 186+49+42=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA312A is #45CED5. Grayscale: #595959. Windows color (decimal): -4574934 or 2765242. OLE color: 2765242.

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

Color convert

RGB1864942-
CMYK00.740.770.27
HSL2.92º63.16%44.71%-
HSV(B)2.92º77.42%72.94%-
XYZ21.7712.83.51-
YUV89.16101.39197.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 42 (16.80% from 255) = 15.16%
R=67.15%
G=17.69%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186494200.740.770.272.9263.1644.71
HexBA312A04A4D1B33f2d
Octal272615201121153337755
Binary101110101100011010100100101010011011101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA312A; }

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

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

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

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

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

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

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

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