#BA1A01

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

Shades of Free Speech Red #BA1A01

Tints of Free Speech Red #BA1A01

Color information

#BA1A01 (or 0xBA1A01) is unknown color: approx Free Speech Red. HEX triplet: BA, 1A and 01. RGB value is (186,26,1). Sum of RGB (Red+Green+Blue) = 186+26+1=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A01 is #45E5FE. Grayscale: #474747. Windows color (decimal): -4580863 or 72378. OLE color: 72378.

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

Color convert

RGB186261-
CMYK00.860.990.27
HSL8.11º98.93%36.67%-
HSV(B)8.11º99.46%72.94%-
XYZ20.6211.181.1-
YUV70.9988.51210.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 87.32%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=87.32%
G=12.21%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18626100.860.990.278.1198.9336.67
HexBA1A1056631B86325
Octal2723210126143331014345
Binary101110101101010101011011000111101110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1A01; }

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

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

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

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

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

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

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

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