#AD1005

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

Shades of Free Speech Red #AD1005

Tints of Free Speech Red #AD1005

Color information

#AD1005 (or 0xAD1005) is unknown color: approx Free Speech Red. HEX triplet: AD, 10 and 05. RGB value is (173,16,5). Sum of RGB (Red+Green+Blue) = 173+16+5=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1005 is #52EFFA. Grayscale: #3D3D3D. Windows color (decimal): -5435387 or 331949. OLE color: 331949.

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

Color convert

RGB173165-
CMYK00.910.970.32
HSL3.93º94.38%34.9%-
HSV(B)3.93º97.11%67.84%-
XYZ17.459.271.01-
YUV61.6996.01207.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 89.18%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 5 (2.34% from 255) = 2.58%
R=89.18%
G=8.25%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316500.910.970.323.9394.3834.9
HexAD10505B612045e23
Octal255205013314140413643
Binary10101101100001010101101111000011000001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1005; }

 p { color: rgb(173,16,5); }

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

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

 a { background-color: rgb(173,16,5); }

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

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

 span { border-color: rgb(173,16,5); }

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