Html Css Color HEX #AD1008 Free Speech Red

📋 copy color: '#AD1008'

red 173 ◦ green 16 ◦ blue 8

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

Shades of Free Speech Red #AD1008

Tints of Free Speech Red #AD1008

RGB

 RED value IS 173 (67.97% from 255) = 87.82%

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 87.82%
G = 8.12%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD1008 (or 0xAD1008) is known color: Free Speech Red. HEX triplet: AD, 10 and 08. RGB value is (173,16,8). Sum of RGB (Red+Green+Blue) = 173+16+8=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1008 is #52EFF7. Grayscale: #3E3E3E. Windows color (decimal): -5435384 or 528557. OLE color: 528557.

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

Color convert

RGB 173 16 8 -
CMYK 0 0.91 0.95 0.32
HSL 2.91º 0.91% 0.35% -
HSV(B) 2.91º 0.95% 0.68% -
XYZ 17.46 9.27 1.1 -
YUV 62.03 97.51 207.15 -
System Red Green Blue C M Y K H S L
Decimal 173 16 8 0 0.91 0.95 0.32 2.91 0.91 0.35
Hex AD 10 8 0 5B 5F 20 3 5B 23
Octal 255 20 10 0 133 137 40 3 133 43
Binary 10101101 10000 1000 0 1011011 1011111 100000 11 1011011 100011

Color Harmonies of #AD1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1008

Black with #AD1008

Text Example


Text Example

White with #AD1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1008; }

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

 H1.HeaderClassName
 {
   color: #AD1008;
 }
 .AnyTagClassName
 {
   color: #AD1008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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