#BA283D

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

Shades of Brick Red #BA283D

Tints of Brick Red #BA283D

Color information

#BA283D (or 0xBA283D) is unknown color: approx Brick Red. HEX triplet: BA, 28 and 3D. RGB value is (186,40,61). Sum of RGB (Red+Green+Blue) = 186+40+61=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA283D is #45D7C2. Grayscale: #565656. Windows color (decimal): -4577219 or 4008122. OLE color: 4008122.

HSL color Cylindrical-coordinate representation of color #BA283D: hue angle of 351.37º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA283D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1864061-
CMYK00.780.670.27
HSL351.37º64.6%44.31%-
HSV(B)351.37º78.49%72.94%-
XYZ21.8512.295.64-
YUV86.05113.87199.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=64.81%
G=13.94%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186406100.780.670.27351.3764.644.31
HexBA283D04E431B15f412c
Octal272507501161033353710154
Binary10111010101000111101010011101000011110111010111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA283D; }

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

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

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

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

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

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

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

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