#BA2D38

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

Shades of Brick Red #BA2D38

Tints of Brick Red #BA2D38

Color information

#BA2D38 (or 0xBA2D38) is unknown color: approx Brick Red. HEX triplet: BA, 2D and 38. RGB value is (186,45,56). Sum of RGB (Red+Green+Blue) = 186+45+56=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D38 is #45D2C7. Grayscale: #585858. Windows color (decimal): -4575944 or 3681722. OLE color: 3681722.

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

Color convert

RGB1864556-
CMYK00.760.700.27
HSL355.32º61.04%45.29%-
HSV(B)355.32º75.81%72.94%-
XYZ21.912.65.02-
YUV88.41109.71197.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 45 (17.97% from 255) = 15.68%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=64.81%
G=15.68%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186455600.760.700.27355.3261.0445.29
HexBA2D3804C461B1633d2d
Octal27255700114106335437555
Binary1011101010110111100001001100100011011011101100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D38; }

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

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

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

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

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

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

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

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