#BA3342

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

Shades of Brick Red #BA3342

Tints of Brick Red #BA3342

Color information

#BA3342 (or 0xBA3342) is unknown color: approx Brick Red. HEX triplet: BA, 33 and 42. RGB value is (186,51,66). Sum of RGB (Red+Green+Blue) = 186+51+66=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3342 is #45CCBD. Grayscale: #5D5D5D. Windows color (decimal): -4574398 or 4338618. OLE color: 4338618.

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

Color convert

RGB1865166-
CMYK00.730.650.27
HSL353.33º56.96%46.47%-
HSV(B)353.33º72.58%72.94%-
XYZ22.4213.26.52-
YUV93.07112.73194.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=61.39%
G=16.83%
B=21.78%

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
Decimal186516600.730.650.27353.3356.9646.47
HexBA3342049411B161392e
Octal272631020111101335417156
Binary10111010110011100001001001001100000111011101100001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3342; }

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

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

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

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

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

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

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

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