Html Css Color HEX #A80400 Free Speech Red

📋 copy color: '#A80400'

red 168 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #A80400

Tints of Free Speech Red #A80400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 97.67%
G = 2.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A80400 (or 0xA80400) is known color: Free Speech Red. HEX triplet: A8, 04 and 00. RGB value is (168,4,0). Sum of RGB (Red+Green+Blue) = 168+4+0=172 (22% of max value = 765). Red value is 168 (66.02% from 255 or 97.67% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 168 - color contains mainly: red. Hex color #A80400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80400 is #57FBFF. Grayscale: #343434. Windows color (decimal): -5766144 or 1192. OLE color: 1192.

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

Color convert

RGB 168 4 0 -
CMYK 0 0.98 1 0.34
HSL 1.43º 1% 0.33% -
HSV(B) 1.43º 1% 0.66% -
XYZ 16.19 8.41 0.77 -
YUV 52.58 98.33 210.33 -
System Red Green Blue C M Y K H S L
Decimal 168 4 0 0 0.98 1 0.34 1.43 1 0.33
Hex A8 4 0 0 62 64 22 1 64 21
Octal 250 4 0 0 142 144 42 1 144 41
Binary 10101000 100 0 0 1100010 1100100 100010 1 1100100 100001

Color Harmonies of #A80400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80400

Black with #A80400

Text Example


Text Example

White with #A80400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80400; }

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

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

background-color css

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

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

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

border-color css

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

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

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