Html Css Color HEX #A70A06 Free Speech Red

📋 copy color: '#A70A06'

red 167 ◦ green 10 ◦ blue 6

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

Shades of Free Speech Red #A70A06

Tints of Free Speech Red #A70A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.46%

 BLUE value IS 6 (2.73% from 255) = 3.28%

R = 91.26%
G = 5.46%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A70A06 (or 0xA70A06) is known color: Free Speech Red. HEX triplet: A7, 0A and 06. RGB value is (167,10,6). Sum of RGB (Red+Green+Blue) = 167+10+6=183 (24% of max value = 765). Red value is 167 (65.62% from 255 or 91.26% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70A06 is #58F5F9. Grayscale: #383838. Windows color (decimal): -5830138 or 395943. OLE color: 395943.

HSL color Cylindrical-coordinate representation of color #A70A06: hue angle of 1.49º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70A06 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 10 6 -
CMYK 0 0.94 0.96 0.35
HSL 1.49º 0.93% 0.34% -
HSV(B) 1.49º 0.96% 0.65% -
XYZ 16.08 8.45 0.96 -
YUV 56.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 167 10 6 0 0.94 0.96 0.35 1.49 0.93 0.34
Hex A7 A 6 0 5E 60 23 1 5D 22
Octal 247 12 6 0 136 140 43 1 135 42
Binary 10100111 1010 110 0 1011110 1100000 100011 1 1011101 100010

Color Harmonies of #A70A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70A06

Black with #A70A06

Text Example


Text Example

White with #A70A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70A06; }

 p { color: rgb(167,10,6); }

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

background-color css

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

 a { background-color: rgb(167,10,6); }

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

border-color css

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

 span { border-color: rgb(167,10,6); }

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