Html Css Color HEX #A60D0A Free Speech Red

📋 copy color: '#A60D0A'

red 166 ◦ green 13 ◦ blue 10

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

Shades of Free Speech Red #A60D0A

Tints of Free Speech Red #A60D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.88%

 BLUE value IS 10 (4.3% from 255) = 5.29%

R = 87.83%
G = 6.88%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A60D0A (or 0xA60D0A) is known color: Free Speech Red. HEX triplet: A6, 0D and 0A. RGB value is (166,13,10). Sum of RGB (Red+Green+Blue) = 166+13+10=189 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.83% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60D0A is #59F2F5. Grayscale: #3A3A3A. Windows color (decimal): -5894902 or 658854. OLE color: 658854.

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

Color convert

RGB 166 13 10 -
CMYK 0 0.92 0.94 0.35
HSL 1.15º 0.89% 0.35% -
HSV(B) 1.15º 0.94% 0.65% -
XYZ 15.92 8.42 1.07 -
YUV 58.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 166 13 10 0 0.92 0.94 0.35 1.15 0.89 0.35
Hex A6 D A 0 5C 5E 23 1 59 23
Octal 246 15 12 0 134 136 43 1 131 43
Binary 10100110 1101 1010 0 1011100 1011110 100011 1 1011001 100011

Color Harmonies of #A60D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60D0A

Black with #A60D0A

Text Example


Text Example

White with #A60D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60D0A; }

 p { color: rgb(166,13,10); }

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

background-color css

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

 a { background-color: rgb(166,13,10); }

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

border-color css

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

 span { border-color: rgb(166,13,10); }

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