Html Css Color HEX #AD0504 Free Speech Red

📋 copy color: '#AD0504'

red 173 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #AD0504

Tints of Free Speech Red #AD0504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 95.05%
G = 2.75%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0504 (or 0xAD0504) is known color: Free Speech Red. HEX triplet: AD, 05 and 04. RGB value is (173,5,4). Sum of RGB (Red+Green+Blue) = 173+5+4=182 (24% of max value = 765). Red value is 173 (67.97% from 255 or 95.05% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0504 is #52FAFB. Grayscale: #373737. Windows color (decimal): -5438204 or 263597. OLE color: 263597.

HSL color Cylindrical-coordinate representation of color #AD0504: hue angle of 0.36º 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 #AD0504 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 4 -
CMYK 0 0.97 0.98 0.32
HSL 0.36º 0.95% 0.35% -
HSV(B) 0.36º 0.98% 0.68% -
XYZ 17.31 9 0.94 -
YUV 55.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 173 5 4 0 0.97 0.98 0.32 0.36 0.95 0.35
Hex AD 5 4 0 61 62 20 0 5F 23
Octal 255 5 4 0 141 142 40 0 137 43
Binary 10101101 101 100 0 1100001 1100010 100000 0 1011111 100011

Color Harmonies of #AD0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0504

Black with #AD0504

Text Example


Text Example

White with #AD0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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