#BA2B42

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

Shades of Brick Red #BA2B42

Tints of Brick Red #BA2B42

Color information

#BA2B42 (or 0xBA2B42) is unknown color: approx Brick Red. HEX triplet: BA, 2B and 42. RGB value is (186,43,66). Sum of RGB (Red+Green+Blue) = 186+43+66=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B42 is #45D4BD. Grayscale: #585858. Windows color (decimal): -4576446 or 4336570. OLE color: 4336570.

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

Color convert

RGB1864366-
CMYK00.770.650.27
HSL350.35º62.45%44.9%-
HSV(B)350.35º76.88%72.94%-
XYZ22.112.566.41-
YUV88.38115.38197.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=63.05%
G=14.58%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186436600.770.650.27350.3562.4544.9
HexBA2B4204D411B15e3e2d
Octal272531020115101335367655
Binary10111010101011100001001001101100000111011101011110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B42; }

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

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

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

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

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

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

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

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