#AD0F0A

Color #AD0F0A Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #AD0F0A

Tints of Free Speech Red #AD0F0A

Color information

#AD0F0A (or 0xAD0F0A) is unknown color: approx Free Speech Red. HEX triplet: AD, 0F and 0A. RGB value is (173,15,10). Sum of RGB (Red+Green+Blue) = 173+15+10=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F0A is #52F0F5. Grayscale: #3D3D3D. Windows color (decimal): -5435638 or 659373. OLE color: 659373.

HSL color Cylindrical-coordinate representation of color #AD0F0A: hue angle of 1.84º degrees, saturation: 0.89, 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 #AD0F0A is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1731510-
CMYK00.910.940.32
HSL1.84º89.07%35.88%-
HSV(B)1.84º94.22%67.84%-
XYZ17.469.251.15-
YUV61.6798.85207.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 87.37%
GREEN value IS 15 (6.25% from 255) = 7.58%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=87.37%
G=7.58%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173151000.910.940.321.8489.0735.88
HexADFA05B5E2025924
Octal2551712013313640213144
Binary1010110111111010010110111011110100000101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0F0A; }

 p { color: rgb(173,15,10); }

 H1.HeaderClassName
 {
   color: #AD0F0A;
 }
 .AnyTagClassName
 {
   color: #AD0F0A;
 }
</style>
background-color css

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

 a { background-color: rgb(173,15,10); }

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

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

 span { border-color: rgb(173,15,10); }

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