#AF0805

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

Shades of Free Speech Red #AF0805

Tints of Free Speech Red #AF0805

Color information

#AF0805 (or 0xAF0805) is unknown color: approx Free Speech Red. HEX triplet: AF, 08 and 05. RGB value is (175,8,5). Sum of RGB (Red+Green+Blue) = 175+8+5=188 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.09% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0805 is #50F7FA. Grayscale: #393939. Windows color (decimal): -5306363 or 329903. OLE color: 329903.

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

Color convert

RGB17585-
CMYK00.950.970.31
HSL1.06º94.44%35.29%-
HSV(B)1.06º97.14%68.63%-
XYZ17.799.31-
YUV57.5998.33211.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 93.09%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 5 (2.34% from 255) = 2.66%
R=93.09%
G=4.26%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758500.950.970.311.0694.4435.29
HexAF8505F611F15e23
Octal257105013714137113643
Binary1010111110001010101111111000011111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0805; }

 p { color: rgb(175,8,5); }

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

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

 a { background-color: rgb(175,8,5); }

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

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

 span { border-color: rgb(175,8,5); }

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