#BA2939

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

Shades of Brick Red #BA2939

Tints of Brick Red #BA2939

Color information

#BA2939 (or 0xBA2939) is unknown color: approx Brick Red. HEX triplet: BA, 29 and 39. RGB value is (186,41,57). Sum of RGB (Red+Green+Blue) = 186+41+57=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2939 is #45D6C6. Grayscale: #565656. Windows color (decimal): -4576967 or 3746234. OLE color: 3746234.

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

Color convert

RGB1864157-
CMYK00.780.690.27
HSL353.38º63.88%44.51%-
HSV(B)353.38º77.96%72.94%-
XYZ21.7812.325.1-
YUV86.18111.54199.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 57 (22.66% from 255) = 20.07%
R=65.49%
G=14.44%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186415700.780.690.27353.3863.8844.51
HexBA293904E451B161402d
Octal272517101161053354110055
Binary10111010101001111001010011101000101110111011000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2939; }

 p { color: rgb(186,41,57); }

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

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

 a { background-color: rgb(186,41,57); }

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

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

 span { border-color: rgb(186,41,57); }

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