#A90C01

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

Shades of Free Speech Red #A90C01

Tints of Free Speech Red #A90C01

Color information

#A90C01 (or 0xA90C01) is unknown color: approx Free Speech Red. HEX triplet: A9, 0C and 01. RGB value is (169,12,1). Sum of RGB (Red+Green+Blue) = 169+12+1=182 (24% of max value = 765). Red value is 169 (66.41% from 255 or 92.86% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90C01 is #56F3FE. Grayscale: #393939. Windows color (decimal): -5698559 or 68777. OLE color: 68777.

HSL color Cylindrical-coordinate representation of color #A90C01: hue angle of 3.93º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90C01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB169121-
CMYK00.930.990.34
HSL3.93º98.82%33.33%-
HSV(B)3.93º99.41%66.27%-
XYZ16.58.70.84-
YUV57.6996.01207.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 92.86%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=92.86%
G=6.59%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912100.930.990.343.9398.8233.33
HexA9C105D632246321
Octal251141013514342414341
Binary10101001110010101110111000111000101001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90C01; }

 p { color: rgb(169,12,1); }

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

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

 a { background-color: rgb(169,12,1); }

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

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

 span { border-color: rgb(169,12,1); }

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