Html Css Color HEX #AD1005 Free Speech Red

📋 copy color: '#AD1005'

red 173 ◦ green 16 ◦ blue 5

#AD1005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #AD1005

Tints of Free Speech Red #AD1005

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 value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD1005 (or 0xAD1005) is known color: 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

RGB 173 16 5 -
CMYK 0 0.91 0.97 0.32
HSL 3.93º 0.94% 0.35% -
HSV(B) 3.93º 0.97% 0.68% -
XYZ 17.45 9.27 1.01 -
YUV 61.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 173 16 5 0 0.91 0.97 0.32 3.93 0.94 0.35
Hex AD 10 5 0 5B 61 20 4 5E 23
Octal 255 20 5 0 133 141 40 4 136 43
Binary 10101101 10000 101 0 1011011 1100001 100000 100 1011110 100011

Color Harmonies of #AD1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1005

Black with #AD1005

Text Example


Text Example

White with #AD1005

Text Example


Text Example

HTML Codes & Css Web 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>