#BA3440

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

Shades of Brick Red #BA3440

Tints of Brick Red #BA3440

Color information

#BA3440 (or 0xBA3440) is unknown color: approx Brick Red. HEX triplet: BA, 34 and 40. RGB value is (186,52,64). Sum of RGB (Red+Green+Blue) = 186+52+64=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3440 is #45CBBF. Grayscale: #5D5D5D. Windows color (decimal): -4574144 or 4207802. OLE color: 4207802.

HSL color Cylindrical-coordinate representation of color #BA3440: hue angle of 354.63º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3440 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1865264-
CMYK00.720.660.27
HSL354.63º56.3%46.67%-
HSV(B)354.63º72.04%72.94%-
XYZ22.413.276.23-
YUV93.43111.39194.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.59%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 64 (25.39% from 255) = 21.19%
R=61.59%
G=17.22%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186526400.720.660.27354.6356.346.67
HexBA3440048421B163382f
Octal272641000110102335437057
Binary10111010110100100000001001000100001011011101100011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3440; }

 p { color: rgb(186,52,64); }

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

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

 a { background-color: rgb(186,52,64); }

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

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

 span { border-color: rgb(186,52,64); }

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