#BA0A00

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

Shades of Free Speech Red #BA0A00

Tints of Free Speech Red #BA0A00

Color information

#BA0A00 (or 0xBA0A00) is unknown color: approx Free Speech Red. HEX triplet: BA, 0A and 00. RGB value is (186,10,0). Sum of RGB (Red+Green+Blue) = 186+10+0=196 (25% of max value = 765). Red value is 186 (73.05% from 255 or 94.90% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A00 is #45F5FF. Grayscale: #3D3D3D. Windows color (decimal): -4584960 or 2746. OLE color: 2746.

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

Color convert

RGB186100-
CMYK00.9510.27
HSL3.23º100%36.47%-
HSV(B)3.23º100%72.94%-
XYZ20.3610.660.98-
YUV61.4893.31216.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 94.90%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.90%
G=5.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610000.9510.273.2310036.47
HexBAA005F641B36424
Octal272120013714433314444
Binary101110101010001011111110010011011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A00; }

 p { color: rgb(186,10,0); }

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

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

 a { background-color: rgb(186,10,0); }

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

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

 span { border-color: rgb(186,10,0); }

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