#BA303A

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

Shades of Brick Red #BA303A

Tints of Brick Red #BA303A

Color information

#BA303A (or 0xBA303A) is unknown color: approx Brick Red. HEX triplet: BA, 30 and 3A. RGB value is (186,48,58). Sum of RGB (Red+Green+Blue) = 186+48+58=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA303A is #45CFC5. Grayscale: #5A5A5A. Windows color (decimal): -4575174 or 3813562. OLE color: 3813562.

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

Color convert

RGB1864858-
CMYK00.740.690.27
HSL355.65º58.97%45.88%-
HSV(B)355.65º74.19%72.94%-
XYZ22.0712.865.32-
YUV90.4109.72196.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=63.70%
G=16.44%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186485800.740.690.27355.6558.9745.88
HexBA303A04A451B1643b2e
Octal27260720112105335447356
Binary1011101011000011101001001010100010111011101100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA303A; }

 p { color: rgb(186,48,58); }

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

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

 a { background-color: rgb(186,48,58); }

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

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

 span { border-color: rgb(186,48,58); }

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