#A60300

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

Shades of Free Speech Red #A60300

Tints of Free Speech Red #A60300

Color information

#A60300 (or 0xA60300) is unknown color: approx Free Speech Red. HEX triplet: A6, 03 and 00. RGB value is (166,3,0). Sum of RGB (Red+Green+Blue) = 166+3+0=169 (22% of max value = 765). Red value is 166 (65.23% from 255 or 98.22% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 166 - color contains mainly: red. Hex color #A60300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60300 is #59FCFF. Grayscale: #333333. Windows color (decimal): -5897472 or 934. OLE color: 934.

HSL color Cylindrical-coordinate representation of color #A60300: hue angle of 1.08º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB16630-
CMYK00.9810.35
HSL1.08º100%32.55%-
HSV(B)1.08º100%65.1%-
XYZ15.768.170.75-
YUV51.499209.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 98.22%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.22%
G=1.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663000.9810.351.0810032.55
HexA630062642316421
Octal24630014214443114441
Binary1010011011001100010110010010001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60300; }

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

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

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

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

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

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

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

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