#A61304

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

Shades of Free Speech Red #A61304

Tints of Free Speech Red #A61304

Color information

#A61304 (or 0xA61304) is unknown color: approx Free Speech Red. HEX triplet: A6, 13 and 04. RGB value is (166,19,4). Sum of RGB (Red+Green+Blue) = 166+19+4=189 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.83% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 166 - color contains mainly: red. Hex color #A61304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61304 is #59ECFB. Grayscale: #3D3D3D. Windows color (decimal): -5893372 or 267174. OLE color: 267174.

HSL color Cylindrical-coordinate representation of color #A61304: hue angle of 5.56º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A61304 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB166194-
CMYK00.890.980.35
HSL5.56º95.29%33.33%-
HSV(B)5.56º97.59%65.1%-
XYZ15.988.580.93-
YUV61.2495.7202.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 87.83%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 4 (1.95% from 255) = 2.12%
R=87.83%
G=10.05%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16619400.890.980.355.5695.2933.33
HexA6134059622365f21
Octal246234013114243613741
Binary10100110100111000101100111000101000111101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61304; }

 p { color: rgb(166,19,4); }

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

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

 a { background-color: rgb(166,19,4); }

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

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

 span { border-color: rgb(166,19,4); }

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