Html Css Color HEX #A70500 Free Speech Red

📋 copy color: '#A70500'

red 167 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #A70500

Tints of Free Speech Red #A70500

RGB

 RED value IS 167 (65.63% from 255) = 97.09%

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

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

R = 97.09%
G = 2.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A70500 (or 0xA70500) is known color: Free Speech Red. HEX triplet: A7, 05 and 00. RGB value is (167,5,0). Sum of RGB (Red+Green+Blue) = 167+5+0=172 (22% of max value = 765). Red value is 167 (65.62% from 255 or 97.09% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 167 - color contains mainly: red. Hex color #A70500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70500 is #58FAFF. Grayscale: #353535. Windows color (decimal): -5831424 or 1447. OLE color: 1447.

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

Color convert

RGB 167 5 0 -
CMYK 0 0.97 1 0.35
HSL 1.8º 1% 0.33% -
HSV(B) 1.8º 1% 0.65% -
XYZ 15.99 8.32 0.76 -
YUV 52.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 167 5 0 0 0.97 1 0.35 1.8 1 0.33
Hex A7 5 0 0 61 64 23 2 64 21
Octal 247 5 0 0 141 144 43 2 144 41
Binary 10100111 101 0 0 1100001 1100100 100011 10 1100100 100001

Color Harmonies of #A70500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70500

Black with #A70500

Text Example


Text Example

White with #A70500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70500; }

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

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

background-color css

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

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

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

border-color css

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

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

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