Html Css Color HEX #A61501 Free Speech Red

📋 copy color: '#A61501'

red 166 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #A61501

Tints of Free Speech Red #A61501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 88.3%
G = 11.17%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A61501 (or 0xA61501) is known color: Free Speech Red. HEX triplet: A6, 15 and 01. RGB value is (166,21,1). Sum of RGB (Red+Green+Blue) = 166+21+1=188 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.30% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 166 - color contains mainly: red. Hex color #A61501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61501 is #59EAFE. Grayscale: #3E3E3E. Windows color (decimal): -5892863 or 71078. OLE color: 71078.

HSL color Cylindrical-coordinate representation of color #A61501: hue angle of 7.27º 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 #A61501 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 1 -
CMYK 0 0.87 0.99 0.35
HSL 7.27º 0.99% 0.33% -
HSV(B) 7.27º 0.99% 0.65% -
XYZ 16 8.65 0.85 -
YUV 62.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 166 21 1 0 0.87 0.99 0.35 7.27 0.99 0.33
Hex A6 15 1 0 57 63 23 7 63 21
Octal 246 25 1 0 127 143 43 7 143 41
Binary 10100110 10101 1 0 1010111 1100011 100011 111 1100011 100001

Color Harmonies of #A61501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61501

Black with #A61501

Text Example


Text Example

White with #A61501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61501; }

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

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

background-color css

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

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

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

border-color css

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

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

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