Html Css Color HEX #AD0D06 Free Speech Red

📋 copy color: '#AD0D06'

red 173 ◦ green 13 ◦ blue 6

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

Shades of Free Speech Red #AD0D06

Tints of Free Speech Red #AD0D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.77%

 BLUE value IS 6 (2.73% from 255) = 3.13%

R = 90.1%
G = 6.77%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD0D06 (or 0xAD0D06) is known color: Free Speech Red. HEX triplet: AD, 0D and 06. RGB value is (173,13,6). Sum of RGB (Red+Green+Blue) = 173+13+6=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0D06 is #52F2F9. Grayscale: #3C3C3C. Windows color (decimal): -5436154 or 396717. OLE color: 396717.

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

Color convert

RGB 173 13 6 -
CMYK 0 0.92 0.97 0.32
HSL 2.51º 0.93% 0.35% -
HSV(B) 2.51º 0.97% 0.68% -
XYZ 17.41 9.19 1.03 -
YUV 60.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 173 13 6 0 0.92 0.97 0.32 2.51 0.93 0.35
Hex AD D 6 0 5C 61 20 3 5D 23
Octal 255 15 6 0 134 141 40 3 135 43
Binary 10101101 1101 110 0 1011100 1100001 100000 11 1011101 100011

Color Harmonies of #AD0D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D06

Black with #AD0D06

Text Example


Text Example

White with #AD0D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D06; }

 p { color: rgb(173,13,6); }

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

background-color css

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

 a { background-color: rgb(173,13,6); }

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

border-color css

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

 span { border-color: rgb(173,13,6); }

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