Html Css Color HEX #A80504 Free Speech Red

📋 copy color: '#A80504'

red 168 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #A80504

Tints of Free Speech Red #A80504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 94.92%
G = 2.82%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A80504 (or 0xA80504) is known color: Free Speech Red. HEX triplet: A8, 05 and 04. RGB value is (168,5,4). Sum of RGB (Red+Green+Blue) = 168+5+4=177 (23% of max value = 765). Red value is 168 (66.02% from 255 or 94.92% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 168 - color contains mainly: red. Hex color #A80504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80504 is #57FAFB. Grayscale: #353535. Windows color (decimal): -5765884 or 263592. OLE color: 263592.

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

Color convert

RGB 168 5 4 -
CMYK 0 0.97 0.98 0.34
HSL 0.37º 0.95% 0.34% -
HSV(B) 0.37º 0.98% 0.66% -
XYZ 16.22 8.44 0.89 -
YUV 53.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 168 5 4 0 0.97 0.98 0.34 0.37 0.95 0.34
Hex A8 5 4 0 61 62 22 0 5F 22
Octal 250 5 4 0 141 142 42 0 137 42
Binary 10101000 101 100 0 1100001 1100010 100010 0 1011111 100010

Color Harmonies of #A80504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80504

Black with #A80504

Text Example


Text Example

White with #A80504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80504; }

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

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

background-color css

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

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

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

border-color css

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

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

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