#BA2D42

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

Shades of Brick Red #BA2D42

Tints of Brick Red #BA2D42

Color information

#BA2D42 (or 0xBA2D42) is unknown color: approx Brick Red. HEX triplet: BA, 2D and 42. RGB value is (186,45,66). Sum of RGB (Red+Green+Blue) = 186+45+66=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D42 is #45D2BD. Grayscale: #595959. Windows color (decimal): -4575934 or 4337082. OLE color: 4337082.

HSL color Cylindrical-coordinate representation of color #BA2D42: hue angle of 351.06º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D42 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1864566-
CMYK00.760.650.27
HSL351.06º61.04%45.29%-
HSV(B)351.06º75.81%72.94%-
XYZ22.1712.716.44-
YUV89.55114.71196.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.63%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=62.63%
G=15.15%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186456600.760.650.27351.0661.0445.29
HexBA2D4204C411B15f3d2d
Octal272551020114101335377555
Binary10111010101101100001001001100100000111011101011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D42; }

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

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

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

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

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

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

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

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