#BA313D

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

Shades of Brick Red #BA313D

Tints of Brick Red #BA313D

Color information

#BA313D (or 0xBA313D) is unknown color: approx Brick Red. HEX triplet: BA, 31 and 3D. RGB value is (186,49,61). Sum of RGB (Red+Green+Blue) = 186+49+61=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA313D is #45CEC2. Grayscale: #5B5B5B. Windows color (decimal): -4574915 or 4010426. OLE color: 4010426.

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

Color convert

RGB1864961-
CMYK00.740.670.27
HSL354.74º58.3%46.08%-
HSV(B)354.74º73.66%72.94%-
XYZ22.1912.975.75-
YUV91.33110.89195.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 49 (19.53% from 255) = 16.55%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=62.84%
G=16.55%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186496100.740.670.27354.7458.346.08
HexBA313D04A431B1633a2e
Octal27261750112103335437256
Binary1011101011000111110101001010100001111011101100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA313D; }

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

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

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

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

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

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

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

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