Html Css Color HEX #A61201 Free Speech Red

📋 copy color: '#A61201'

red 166 ◦ green 18 ◦ blue 1

#A61201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #A61201

Tints of Free Speech Red #A61201

RGB

 RED value IS 166 (65.23% from 255) = 89.73%

 GREEN value IS 18 (7.42% from 255) = 9.73%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 89.73%
G = 9.73%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A61201 (or 0xA61201) is known color: Free Speech Red. HEX triplet: A6, 12 and 01. RGB value is (166,18,1). Sum of RGB (Red+Green+Blue) = 166+18+1=185 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.73% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 166 - color contains mainly: red. Hex color #A61201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61201 is #59EDFE. Grayscale: #3C3C3C. Windows color (decimal): -5893631 or 70310. OLE color: 70310.

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

Color convert

RGB 166 18 1 -
CMYK 0 0.89 0.99 0.35
HSL 6.18º 0.99% 0.33% -
HSV(B) 6.18º 0.99% 0.65% -
XYZ 15.95 8.54 0.84 -
YUV 60.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 166 18 1 0 0.89 0.99 0.35 6.18 0.99 0.33
Hex A6 12 1 0 59 63 23 6 63 21
Octal 246 22 1 0 131 143 43 6 143 41
Binary 10100110 10010 1 0 1011001 1100011 100011 110 1100011 100001

Color Harmonies of #A61201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61201

Black with #A61201

Text Example


Text Example

White with #A61201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61201; }

 p { color: rgb(166,18,1); }

 H1.HeaderClassName
 {
   color: #A61201;
 }
 .AnyTagClassName
 {
   color: #A61201;
 }
</style>

background-color css

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

 a { background-color: rgb(166,18,1); }

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

border-color css

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

 span { border-color: rgb(166,18,1); }

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