#AC0503

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

Shades of Free Speech Red #AC0503

Tints of Free Speech Red #AC0503

Color information

#AC0503 (or 0xAC0503) is unknown color: approx Free Speech Red. HEX triplet: AC, 05 and 03. RGB value is (172,5,3). Sum of RGB (Red+Green+Blue) = 172+5+3=180 (23% of max value = 765). Red value is 172 (67.58% from 255 or 95.56% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0503 is #53FAFC. Grayscale: #363636. Windows color (decimal): -5503741 or 198060. OLE color: 198060.

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

Color convert

RGB17253-
CMYK00.970.980.33
HSL0.71º96.57%34.31%-
HSV(B)0.71º98.26%67.45%-
XYZ17.088.890.9-
YUV54.798.83211.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 95.56%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 3 (1.56% from 255) = 1.67%
R=95.56%
G=2.78%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725300.970.980.330.7196.5734.31
HexAC53061622116122
Octal25453014114241114142
Binary101011001011101100001110001010000111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0503; }

 p { color: rgb(172,5,3); }

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

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

 a { background-color: rgb(172,5,3); }

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

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

 span { border-color: rgb(172,5,3); }

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