Html Css Color HEX #A60200 Free Speech Red

📋 copy color: '#A60200'

red 166 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #A60200

Tints of Free Speech Red #A60200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.81%
G = 1.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A60200 (or 0xA60200) is known color: Free Speech Red. HEX triplet: A6, 02 and 00. RGB value is (166,2,0). Sum of RGB (Red+Green+Blue) = 166+2+0=168 (22% of max value = 765). Red value is 166 (65.23% from 255 or 98.81% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 166 - color contains mainly: red. Hex color #A60200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60200 is #59FDFF. Grayscale: #323232. Windows color (decimal): -5897728 or 678. OLE color: 678.

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

Color convert

RGB 166 2 0 -
CMYK 0 0.99 1 0.35
HSL 0.72º 1% 0.33% -
HSV(B) 0.72º 1% 0.65% -
XYZ 15.75 8.15 0.74 -
YUV 50.81 99.33 210.16 -
System Red Green Blue C M Y K H S L
Decimal 166 2 0 0 0.99 1 0.35 0.72 1 0.33
Hex A6 2 0 0 63 64 23 1 64 21
Octal 246 2 0 0 143 144 43 1 144 41
Binary 10100110 10 0 0 1100011 1100100 100011 1 1100100 100001

Color Harmonies of #A60200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60200

Black with #A60200

Text Example


Text Example

White with #A60200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60200; }

 p { color: rgb(166,2,0); }

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

background-color css

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

 a { background-color: rgb(166,2,0); }

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

border-color css

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

 span { border-color: rgb(166,2,0); }

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