#BA2D3E

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

Shades of Brick Red #BA2D3E

Tints of Brick Red #BA2D3E

Color information

#BA2D3E (or 0xBA2D3E) is unknown color: approx Brick Red. HEX triplet: BA, 2D and 3E. RGB value is (186,45,62). Sum of RGB (Red+Green+Blue) = 186+45+62=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D3E is #45D2C1. Grayscale: #595959. Windows color (decimal): -4575938 or 4074938. OLE color: 4074938.

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

Color convert

RGB1864562-
CMYK00.760.670.27
HSL352.77º61.04%45.29%-
HSV(B)352.77º75.81%72.94%-
XYZ22.0612.665.84-
YUV89.1112.71197.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=63.48%
G=15.36%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186456200.760.670.27352.7761.0445.29
HexBA2D3E04C431B1613d2d
Octal27255760114103335417555
Binary1011101010110111111001001100100001111011101100001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D3E; }

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

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

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

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

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

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

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

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