#BA313F

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

Shades of Brick Red #BA313F

Tints of Brick Red #BA313F

Color information

#BA313F (or 0xBA313F) is unknown color: approx Brick Red. HEX triplet: BA, 31 and 3F. RGB value is (186,49,63). Sum of RGB (Red+Green+Blue) = 186+49+63=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA313F is #45CEC0. Grayscale: #5B5B5B. Windows color (decimal): -4574913 or 4141498. OLE color: 4141498.

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

Color convert

RGB1864963-
CMYK00.740.660.27
HSL353.87º58.3%46.08%-
HSV(B)353.87º73.66%72.94%-
XYZ22.2512.996.04-
YUV91.56111.89195.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 63 (25% from 255) = 21.14%
R=62.42%
G=16.44%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186496300.740.660.27353.8758.346.08
HexBA313F04A421B1623a2e
Octal27261770112102335427256
Binary1011101011000111111101001010100001011011101100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA313F; }

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

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

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

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

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

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

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

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