Html Css Color HEX #A70C0A Free Speech Red

📋 copy color: '#A70C0A'

red 167 ◦ green 12 ◦ blue 10

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

Shades of Free Speech Red #A70C0A

Tints of Free Speech Red #A70C0A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.35%

 BLUE value IS 10 (4.3% from 255) = 5.29%

R = 88.36%
G = 6.35%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A70C0A (or 0xA70C0A) is known color: Free Speech Red. HEX triplet: A7, 0C and 0A. RGB value is (167,12,10). Sum of RGB (Red+Green+Blue) = 167+12+10=189 (25% of max value = 765). Red value is 167 (65.62% from 255 or 88.36% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70C0A is #58F3F5. Grayscale: #3A3A3A. Windows color (decimal): -5829622 or 658599. OLE color: 658599.

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

Color convert

RGB 167 12 10 -
CMYK 0 0.93 0.94 0.35
HSL 0.76º 0.89% 0.35% -
HSV(B) 0.76º 0.94% 0.65% -
XYZ 16.12 8.5 1.08 -
YUV 58.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 167 12 10 0 0.93 0.94 0.35 0.76 0.89 0.35
Hex A7 C A 0 5D 5E 23 1 59 23
Octal 247 14 12 0 135 136 43 1 131 43
Binary 10100111 1100 1010 0 1011101 1011110 100011 1 1011001 100011

Color Harmonies of #A70C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70C0A

Black with #A70C0A

Text Example


Text Example

White with #A70C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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