#AC0D01

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

Shades of Free Speech Red #AC0D01

Tints of Free Speech Red #AC0D01

Color information

#AC0D01 (or 0xAC0D01) is unknown color: approx Free Speech Red. HEX triplet: AC, 0D and 01. RGB value is (172,13,1). Sum of RGB (Red+Green+Blue) = 172+13+1=186 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.47% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0D01 is #53F2FE. Grayscale: #3B3B3B. Windows color (decimal): -5501695 or 69036. OLE color: 69036.

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

Color convert

RGB172131-
CMYK00.920.990.33
HSL4.21º98.84%33.92%-
HSV(B)4.21º99.42%67.45%-
XYZ17.169.060.87-
YUV59.1795.18208.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 92.47%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=92.47%
G=6.99%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213100.920.990.334.2198.8433.92
HexACD105C632146322
Octal254151013414341414342
Binary10101100110110101110011000111000011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0D01; }

 p { color: rgb(172,13,1); }

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

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

 a { background-color: rgb(172,13,1); }

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

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

 span { border-color: rgb(172,13,1); }

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