#AF0603

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

Shades of Free Speech Red #AF0603

Tints of Free Speech Red #AF0603

Color information

#AF0603 (or 0xAF0603) is unknown color: approx Free Speech Red. HEX triplet: AF, 06 and 03. RGB value is (175,6,3). Sum of RGB (Red+Green+Blue) = 175+6+3=184 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.11% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0603 is #50F9FC. Grayscale: #383838. Windows color (decimal): -5306877 or 198319. OLE color: 198319.

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

Color convert

RGB17563-
CMYK00.970.980.31
HSL1.05º96.63%34.9%-
HSV(B)1.05º98.29%68.63%-
XYZ17.769.250.94-
YUV56.1997.99212.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 95.11%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 3 (1.56% from 255) = 1.63%
R=95.11%
G=3.26%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756300.970.980.311.0596.6334.9
HexAF63061621F16123
Octal25763014114237114143
Binary10101111110110110000111000101111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0603; }

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

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

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

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

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

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

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

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