Html Css Color HEX #AD0C01 Free Speech Red

📋 copy color: '#AD0C01'

red 173 ◦ green 12 ◦ blue 1

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

Shades of Free Speech Red #AD0C01

Tints of Free Speech Red #AD0C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.45%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 93.01%
G = 6.45%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD0C01 (or 0xAD0C01) is known color: Free Speech Red. HEX triplet: AD, 0C and 01. RGB value is (173,12,1). Sum of RGB (Red+Green+Blue) = 173+12+1=186 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.01% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0C01 is #52F3FE. Grayscale: #3B3B3B. Windows color (decimal): -5436415 or 68781. OLE color: 68781.

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

Color convert

RGB 173 12 1 -
CMYK 0 0.93 0.99 0.32
HSL 3.84º 0.99% 0.34% -
HSV(B) 3.84º 0.99% 0.68% -
XYZ 17.37 9.15 0.88 -
YUV 58.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 173 12 1 0 0.93 0.99 0.32 3.84 0.99 0.34
Hex AD C 1 0 5D 63 20 4 63 22
Octal 255 14 1 0 135 143 40 4 143 42
Binary 10101101 1100 1 0 1011101 1100011 100000 100 1100011 100010

Color Harmonies of #AD0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C01

Black with #AD0C01

Text Example


Text Example

White with #AD0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C01; }

 p { color: rgb(173,12,1); }

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

background-color css

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

 a { background-color: rgb(173,12,1); }

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

border-color css

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

 span { border-color: rgb(173,12,1); }

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