#AF0B03

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

Shades of Free Speech Red #AF0B03

Tints of Free Speech Red #AF0B03

Color information

#AF0B03 (or 0xAF0B03) is unknown color: approx Free Speech Red. HEX triplet: AF, 0B and 03. RGB value is (175,11,3). Sum of RGB (Red+Green+Blue) = 175+11+3=189 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.59% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0B03 is #50F4FC. Grayscale: #3B3B3B. Windows color (decimal): -5305597 or 199599. OLE color: 199599.

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

Color convert

RGB175113-
CMYK00.940.980.31
HSL2.79º96.63%34.9%-
HSV(B)2.79º98.29%68.63%-
XYZ17.829.360.95-
YUV59.1296.33210.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 92.59%
GREEN value IS 11 (4.69% from 255) = 5.82%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=92.59%
G=5.82%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511300.940.980.312.7996.6334.9
HexAFB305E621F36123
Octal257133013614237314143
Binary1010111110111101011110110001011111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B03; }

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

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

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

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

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

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

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

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