Html Css Color HEX #A80500 Free Speech Red

📋 copy color: '#A80500'

red 168 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #A80500

Tints of Free Speech Red #A80500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 97.11%
G = 2.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A80500 (or 0xA80500) is known color: Free Speech Red. HEX triplet: A8, 05 and 00. RGB value is (168,5,0). Sum of RGB (Red+Green+Blue) = 168+5+0=173 (22% of max value = 765). Red value is 168 (66.02% from 255 or 97.11% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 168 - color contains mainly: red. Hex color #A80500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80500 is #57FAFF. Grayscale: #353535. Windows color (decimal): -5765888 or 1448. OLE color: 1448.

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

Color convert

RGB 168 5 0 -
CMYK 0 0.97 1 0.34
HSL 1.79º 1% 0.33% -
HSV(B) 1.79º 1% 0.66% -
XYZ 16.2 8.43 0.77 -
YUV 53.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 168 5 0 0 0.97 1 0.34 1.79 1 0.33
Hex A8 5 0 0 61 64 22 2 64 21
Octal 250 5 0 0 141 144 42 2 144 41
Binary 10101000 101 0 0 1100001 1100100 100010 10 1100100 100001

Color Harmonies of #A80500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80500

Black with #A80500

Text Example


Text Example

White with #A80500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80500; }

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

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

background-color css

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

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

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

border-color css

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

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

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