#BA2D36

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

Shades of Brick Red #BA2D36

Tints of Brick Red #BA2D36

Color information

#BA2D36 (or 0xBA2D36) is unknown color: approx Brick Red. HEX triplet: BA, 2D and 36. RGB value is (186,45,54). Sum of RGB (Red+Green+Blue) = 186+45+54=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D36 is #45D2C9. Grayscale: #585858. Windows color (decimal): -4575946 or 3550650. OLE color: 3550650.

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

Color convert

RGB1864554-
CMYK00.760.710.27
HSL356.17º61.04%45.29%-
HSV(B)356.17º75.81%72.94%-
XYZ21.8512.584.77-
YUV88.18108.71197.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=65.26%
G=15.79%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186455400.760.710.27356.1761.0445.29
HexBA2D3604C471B1643d2d
Octal27255660114107335447555
Binary1011101010110111011001001100100011111011101100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D36; }

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

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

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

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

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

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

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

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