#BA303C

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

Shades of Brick Red #BA303C

Tints of Brick Red #BA303C

Color information

#BA303C (or 0xBA303C) is unknown color: approx Brick Red. HEX triplet: BA, 30 and 3C. RGB value is (186,48,60). Sum of RGB (Red+Green+Blue) = 186+48+60=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA303C is #45CFC3. Grayscale: #5A5A5A. Windows color (decimal): -4575172 or 3944634. OLE color: 3944634.

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

Color convert

RGB1864860-
CMYK00.740.680.27
HSL354.78º58.97%45.88%-
HSV(B)354.78º74.19%72.94%-
XYZ22.1212.885.59-
YUV90.63110.72196.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=63.27%
G=16.33%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186486000.740.680.27354.7858.9745.88
HexBA303C04A441B1633b2e
Octal27260740112104335437356
Binary1011101011000011110001001010100010011011101100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA303C; }

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

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

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

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

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

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

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

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