Html Css Color HEX #A80800 Free Speech Red

📋 copy color: '#A80800'

red 168 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #A80800

Tints of Free Speech Red #A80800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

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

R = 95.45%
G = 4.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A80800 (or 0xA80800) is known color: Free Speech Red. HEX triplet: A8, 08 and 00. RGB value is (168,8,0). Sum of RGB (Red+Green+Blue) = 168+8+0=176 (23% of max value = 765). Red value is 168 (66.02% from 255 or 95.45% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 168 - color contains mainly: red. Hex color #A80800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80800 is #57F7FF. Grayscale: #373737. Windows color (decimal): -5765120 or 2216. OLE color: 2216.

HSL color Cylindrical-coordinate representation of color #A80800: hue angle of 2.86º 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 #A80800 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 8 0 -
CMYK 0 0.95 1 0.34
HSL 2.86º 1% 0.33% -
HSV(B) 2.86º 1% 0.66% -
XYZ 16.24 8.5 0.78 -
YUV 54.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 168 8 0 0 0.95 1 0.34 2.86 1 0.33
Hex A8 8 0 0 5F 64 22 3 64 21
Octal 250 10 0 0 137 144 42 3 144 41
Binary 10101000 1000 0 0 1011111 1100100 100010 11 1100100 100001

Color Harmonies of #A80800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80800

Black with #A80800

Text Example


Text Example

White with #A80800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80800; }

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

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

background-color css

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

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

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

border-color css

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

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

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