#BA2F42

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

Shades of Brick Red #BA2F42

Tints of Brick Red #BA2F42

Color information

#BA2F42 (or 0xBA2F42) is unknown color: approx Brick Red. HEX triplet: BA, 2F and 42. RGB value is (186,47,66). Sum of RGB (Red+Green+Blue) = 186+47+66=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F42 is #45D0BD. Grayscale: #5A5A5A. Windows color (decimal): -4575422 or 4337594. OLE color: 4337594.

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

Color convert

RGB1864766-
CMYK00.750.650.27
HSL351.8º59.66%45.69%-
HSV(B)351.8º74.73%72.94%-
XYZ22.2512.876.46-
YUV90.73114.05195.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=62.21%
G=15.72%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186476600.750.650.27351.859.6645.69
HexBA2F4204B411B1603c2e
Octal272571020113101335407456
Binary10111010101111100001001001011100000111011101100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F42; }

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

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

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

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

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

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

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

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