#BA3541

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

Shades of Brick Red #BA3541

Tints of Brick Red #BA3541

Color information

#BA3541 (or 0xBA3541) is unknown color: approx Brick Red. HEX triplet: BA, 35 and 41. RGB value is (186,53,65). Sum of RGB (Red+Green+Blue) = 186+53+65=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3541 is #45CABE. Grayscale: #5E5E5E. Windows color (decimal): -4573887 or 4273594. OLE color: 4273594.

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

Color convert

RGB1865365-
CMYK00.720.650.27
HSL354.59º55.65%46.86%-
HSV(B)354.59º71.51%72.94%-
XYZ22.4813.376.4-
YUV94.14111.56193.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 53 (21.09% from 255) = 17.43%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=61.18%
G=17.43%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186536500.720.650.27354.5955.6546.86
HexBA3541048411B163382f
Octal272651010110101335437057
Binary10111010110101100000101001000100000111011101100011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3541; }

 p { color: rgb(186,53,65); }

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

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

 a { background-color: rgb(186,53,65); }

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

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

 span { border-color: rgb(186,53,65); }

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