#BA3042

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

Shades of Brick Red #BA3042

Tints of Brick Red #BA3042

Color information

#BA3042 (or 0xBA3042) is unknown color: approx Brick Red. HEX triplet: BA, 30 and 42. RGB value is (186,48,66). Sum of RGB (Red+Green+Blue) = 186+48+66=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3042 is #45CFBD. Grayscale: #5B5B5B. Windows color (decimal): -4575166 or 4337850. OLE color: 4337850.

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

Color convert

RGB1864866-
CMYK00.740.650.27
HSL352.17º58.97%45.88%-
HSV(B)352.17º74.19%72.94%-
XYZ22.2912.956.48-
YUV91.31113.72195.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62%
GREEN value IS 48 (19.14% from 255) = 16%
BLUE value IS 66 (26.17% from 255) = 22%
R=62%
G=16%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186486600.740.650.27352.1758.9745.88
HexBA304204A411B1603b2e
Octal272601020112101335407356
Binary10111010110000100001001001010100000111011101100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3042; }

 p { color: rgb(186,48,66); }

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

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

 a { background-color: rgb(186,48,66); }

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

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

 span { border-color: rgb(186,48,66); }

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