Html Css Color HEX #AD0C0B Free Speech Red

📋 copy color: '#AD0C0B'

red 173 ◦ green 12 ◦ blue 11

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

Shades of Free Speech Red #AD0C0B

Tints of Free Speech Red #AD0C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.61%

R = 88.27%
G = 6.12%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD0C0B (or 0xAD0C0B) is known color: Free Speech Red. HEX triplet: AD, 0C and 0B. RGB value is (173,12,11). Sum of RGB (Red+Green+Blue) = 173+12+11=196 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.27% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0C0B is #52F3F4. Grayscale: #3C3C3C. Windows color (decimal): -5436405 or 724141. OLE color: 724141.

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

Color convert

RGB 173 12 11 -
CMYK 0 0.93 0.94 0.32
HSL 0.37º 0.88% 0.36% -
HSV(B) 0.37º 0.94% 0.68% -
XYZ 17.43 9.17 1.17 -
YUV 60.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 173 12 11 0 0.93 0.94 0.32 0.37 0.88 0.36
Hex AD C B 0 5D 5E 20 0 58 24
Octal 255 14 13 0 135 136 40 0 130 44
Binary 10101101 1100 1011 0 1011101 1011110 100000 0 1011000 100100

Color Harmonies of #AD0C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C0B

Black with #AD0C0B

Text Example


Text Example

White with #AD0C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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