Html Css Color HEX #AD1004 Free Speech Red

📋 copy color: '#AD1004'

red 173 ◦ green 16 ◦ blue 4

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

Shades of Free Speech Red #AD1004

Tints of Free Speech Red #AD1004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 89.64%
G = 8.29%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1004 (or 0xAD1004) is known color: Free Speech Red. HEX triplet: AD, 10 and 04. RGB value is (173,16,4). Sum of RGB (Red+Green+Blue) = 173+16+4=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1004 is #52EFFB. Grayscale: #3D3D3D. Windows color (decimal): -5435388 or 266413. OLE color: 266413.

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

Color convert

RGB 173 16 4 -
CMYK 0 0.91 0.98 0.32
HSL 4.26º 0.95% 0.35% -
HSV(B) 4.26º 0.98% 0.68% -
XYZ 17.44 9.26 0.98 -
YUV 61.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 173 16 4 0 0.91 0.98 0.32 4.26 0.95 0.35
Hex AD 10 4 0 5B 62 20 4 5F 23
Octal 255 20 4 0 133 142 40 4 137 43
Binary 10101101 10000 100 0 1011011 1100010 100000 100 1011111 100011

Color Harmonies of #AD1004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1004

Black with #AD1004

Text Example


Text Example

White with #AD1004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1004; }

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

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

background-color css

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

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

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

border-color css

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

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

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