Html Css Color HEX #A70901 Free Speech Red

📋 copy color: '#A70901'

red 167 ◦ green 9 ◦ blue 1

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

Shades of Free Speech Red #A70901

Tints of Free Speech Red #A70901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 94.35%
G = 5.08%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A70901 (or 0xA70901) is known color: Free Speech Red. HEX triplet: A7, 09 and 01. RGB value is (167,9,1). Sum of RGB (Red+Green+Blue) = 167+9+1=177 (23% of max value = 765). Red value is 167 (65.62% from 255 or 94.35% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 167 - color contains mainly: red. Hex color #A70901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70901 is #58F6FE. Grayscale: #373737. Windows color (decimal): -5830399 or 68007. OLE color: 68007.

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

Color convert

RGB 167 9 1 -
CMYK 0 0.95 0.99 0.35
HSL 2.89º 0.99% 0.33% -
HSV(B) 2.89º 0.99% 0.65% -
XYZ 16.04 8.41 0.81 -
YUV 55.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 167 9 1 0 0.95 0.99 0.35 2.89 0.99 0.33
Hex A7 9 1 0 5F 63 23 3 63 21
Octal 247 11 1 0 137 143 43 3 143 41
Binary 10100111 1001 1 0 1011111 1100011 100011 11 1100011 100001

Color Harmonies of #A70901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70901

Black with #A70901

Text Example


Text Example

White with #A70901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70901; }

 p { color: rgb(167,9,1); }

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

background-color css

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

 a { background-color: rgb(167,9,1); }

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

border-color css

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

 span { border-color: rgb(167,9,1); }

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