#BA0300

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

Shades of Free Speech Red #BA0300

Tints of Free Speech Red #BA0300

Color information

#BA0300 (or 0xBA0300) is unknown color: approx Free Speech Red. HEX triplet: BA, 03 and 00. RGB value is (186,3,0). Sum of RGB (Red+Green+Blue) = 186+3+0=189 (25% of max value = 765). Red value is 186 (73.05% from 255 or 98.41% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0300 is #45FCFF. Grayscale: #393939. Windows color (decimal): -4586752 or 954. OLE color: 954.

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

Color convert

RGB18630-
CMYK00.9810.27
HSL0.97º100%36.47%-
HSV(B)0.97º100%72.94%-
XYZ20.2810.50.96-
YUV57.3895.63219.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 98.41%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.41%
G=1.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863000.9810.270.9710036.47
HexBA30062641B16424
Octal27230014214433114444
Binary101110101100110001011001001101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0300; }

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

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

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

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

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

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

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

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