#AF0905

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

Shades of Free Speech Red #AF0905

Tints of Free Speech Red #AF0905

Color information

#AF0905 (or 0xAF0905) is unknown color: approx Free Speech Red. HEX triplet: AF, 09 and 05. RGB value is (175,9,5). Sum of RGB (Red+Green+Blue) = 175+9+5=189 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.59% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0905 is #50F6FA. Grayscale: #3A3A3A. Windows color (decimal): -5306107 or 330159. OLE color: 330159.

HSL color Cylindrical-coordinate representation of color #AF0905: hue angle of 1.41º 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 #AF0905 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB17595-
CMYK00.950.970.31
HSL1.41º94.44%35.29%-
HSV(B)1.41º97.14%68.63%-
XYZ17.89.321-
YUV58.1898211.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 92.59%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=92.59%
G=4.76%
B=2.65%

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
Decimal1759500.950.970.311.4194.4435.29
HexAF9505F611F15e23
Octal257115013714137113643
Binary1010111110011010101111111000011111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0905; }

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

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

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

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

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

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

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

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