#AD0601

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

Shades of Free Speech Red #AD0601

Tints of Free Speech Red #AD0601

Color information

#AD0601 (or 0xAD0601) is unknown color: approx Free Speech Red. HEX triplet: AD, 06 and 01. RGB value is (173,6,1). Sum of RGB (Red+Green+Blue) = 173+6+1=180 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.11% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0601 is #52F9FE. Grayscale: #373737. Windows color (decimal): -5437951 or 67245. OLE color: 67245.

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

Color convert

RGB17361-
CMYK00.970.990.32
HSL1.74º98.85%34.12%-
HSV(B)1.74º99.42%67.84%-
XYZ17.39.020.86-
YUV55.3697.33211.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 96.11%
GREEN value IS 6 (2.73% from 255) = 3.33%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=96.11%
G=3.33%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736100.970.990.321.7498.8534.12
HexAD61061632026322
Octal25561014114340214342
Binary101011011101011000011100011100000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0601; }

 p { color: rgb(173,6,1); }

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

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

 a { background-color: rgb(173,6,1); }

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

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

 span { border-color: rgb(173,6,1); }

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