#af0600

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

Shades of Free Speech Red #AF0600

Tints of Free Speech Red #AF0600

Color information

#AF0600 (or 0xAF0600) is unknown color: approx Free Speech Red. HEX triplet: AF, 06 and 00. RGB value is (175,6,0). Sum of RGB (Red+Green+Blue) = 175+6+0=181 (23% of max value = 765). Red value is 175 (68.75% from 255 or 96.69% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0600 is #50F9FF. Grayscale: #383838. Windows color (decimal): -5306880 or 1711. OLE color: 1711.

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

Color convert

RGB17560-
CMYK00.9710.31
HSL2.06º100%34.31%-
HSV(B)2.06º100%68.63%-
XYZ17.749.240.85-
YUV55.8596.49212.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 96.69%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.69%
G=3.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756000.9710.312.0610034.31
HexAF60061641F26422
Octal25760014114437214442
Binary10101111110001100001110010011111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0600; }

 p { color: rgb(175,6,0); }

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

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

 a { background-color: rgb(175,6,0); }

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

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

 span { border-color: rgb(175,6,0); }

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