#BA333A

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

Shades of Brick Red #BA333A

Tints of Brick Red #BA333A

Color information

#BA333A (or 0xBA333A) is unknown color: approx Brick Red. HEX triplet: BA, 33 and 3A. RGB value is (186,51,58). Sum of RGB (Red+Green+Blue) = 186+51+58=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA333A is #45CCC5. Grayscale: #5C5C5C. Windows color (decimal): -4574406 or 3814330. OLE color: 3814330.

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

Color convert

RGB1865158-
CMYK00.730.690.27
HSL356.89º56.96%46.47%-
HSV(B)356.89º72.58%72.94%-
XYZ22.213.115.36-
YUV92.16108.73194.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=63.05%
G=17.29%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186515800.730.690.27356.8956.9646.47
HexBA333A049451B165392e
Octal27263720111105335457156
Binary1011101011001111101001001001100010111011101100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA333A; }

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

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

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

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

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

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

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

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