#BA313A

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

Shades of Brick Red #BA313A

Tints of Brick Red #BA313A

Color information

#BA313A (or 0xBA313A) is unknown color: approx Brick Red. HEX triplet: BA, 31 and 3A. RGB value is (186,49,58). Sum of RGB (Red+Green+Blue) = 186+49+58=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA313A is #45CEC5. Grayscale: #5B5B5B. Windows color (decimal): -4574918 or 3813818. OLE color: 3813818.

HSL color Cylindrical-coordinate representation of color #BA313A: hue angle of 356.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA313A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1864958-
CMYK00.740.690.27
HSL356.06º58.3%46.08%-
HSV(B)356.06º73.66%72.94%-
XYZ22.1112.945.34-
YUV90.99109.39195.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=63.48%
G=16.72%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186495800.740.690.27356.0658.346.08
HexBA313A04A451B1643a2e
Octal27261720112105335447256
Binary1011101011000111101001001010100010111011101100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA313A; }

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

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

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

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

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

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

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

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