Html Css Color HEX #A80A00 Free Speech Red

📋 copy color: '#A80A00'

red 168 ◦ green 10 ◦ blue 0

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

Shades of Free Speech Red #A80A00

Tints of Free Speech Red #A80A00

RGB

 RED value IS 168 (66.02% from 255) = 94.38%

 GREEN value IS 10 (4.3% from 255) = 5.62%

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

R = 94.38%
G = 5.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A80A00 (or 0xA80A00) is known color: Free Speech Red. HEX triplet: A8, 0A and 00. RGB value is (168,10,0). Sum of RGB (Red+Green+Blue) = 168+10+0=178 (23% of max value = 765). Red value is 168 (66.02% from 255 or 94.38% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80A00 is #57F5FF. Grayscale: #383838. Windows color (decimal): -5764608 or 2728. OLE color: 2728.

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

Color convert

RGB 168 10 0 -
CMYK 0 0.94 1 0.34
HSL 3.57º 1% 0.33% -
HSV(B) 3.57º 1% 0.66% -
XYZ 16.26 8.54 0.79 -
YUV 56.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 168 10 0 0 0.94 1 0.34 3.57 1 0.33
Hex A8 A 0 0 5E 64 22 4 64 21
Octal 250 12 0 0 136 144 42 4 144 41
Binary 10101000 1010 0 0 1011110 1100100 100010 100 1100100 100001

Color Harmonies of #A80A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80A00

Black with #A80A00

Text Example


Text Example

White with #A80A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80A00; }

 p { color: rgb(168,10,0); }

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

background-color css

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

 a { background-color: rgb(168,10,0); }

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

border-color css

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

 span { border-color: rgb(168,10,0); }

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