#BA1501

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

Shades of Free Speech Red #BA1501

Tints of Free Speech Red #BA1501

Color information

#BA1501 (or 0xBA1501) is unknown color: approx Free Speech Red. HEX triplet: BA, 15 and 01. RGB value is (186,21,1). Sum of RGB (Red+Green+Blue) = 186+21+1=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1501 is #45EAFE. Grayscale: #444444. Windows color (decimal): -4582143 or 71098. OLE color: 71098.

HSL color Cylindrical-coordinate representation of color #BA1501: hue angle of 6.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA1501 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186211-
CMYK00.890.990.27
HSL6.49º98.93%36.67%-
HSV(B)6.49º99.46%72.94%-
XYZ20.5210.981.07-
YUV68.0690.16212.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 89.42%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=89.42%
G=10.10%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18621100.890.990.276.4998.9336.67
HexBA151059631B66325
Octal272251013114333614345
Binary10111010101011010110011100011110111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1501; }

 p { color: rgb(186,21,1); }

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

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

 a { background-color: rgb(186,21,1); }

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

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

 span { border-color: rgb(186,21,1); }

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