#BA3242

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

Shades of Brick Red #BA3242

Tints of Brick Red #BA3242

Color information

#BA3242 (or 0xBA3242) is unknown color: approx Brick Red. HEX triplet: BA, 32 and 42. RGB value is (186,50,66). Sum of RGB (Red+Green+Blue) = 186+50+66=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3242 is #45CDBD. Grayscale: #5C5C5C. Windows color (decimal): -4574654 or 4338362. OLE color: 4338362.

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

Color convert

RGB1865066-
CMYK00.730.650.27
HSL352.94º57.63%46.27%-
HSV(B)352.94º73.12%72.94%-
XYZ22.3713.116.51-
YUV92.49113.06194.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.59%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=61.59%
G=16.56%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186506600.730.650.27352.9457.6346.27
HexBA3242049411B1613a2e
Octal272621020111101335417256
Binary10111010110010100001001001001100000111011101100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3242; }

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

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

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

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

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

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

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

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