Html Css Color HEX #A70900 Free Speech Red

📋 copy color: '#A70900'

red 167 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #A70900

Tints of Free Speech Red #A70900

RGB

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

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

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

R = 94.89%
G = 5.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A70900 (or 0xA70900) is known color: Free Speech Red. HEX triplet: A7, 09 and 00. RGB value is (167,9,0). Sum of RGB (Red+Green+Blue) = 167+9+0=176 (23% of max value = 765). Red value is 167 (65.62% from 255 or 94.89% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 167 - color contains mainly: red. Hex color #A70900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70900 is #58F6FF. Grayscale: #373737. Windows color (decimal): -5830400 or 2471. OLE color: 2471.

HSL color Cylindrical-coordinate representation of color #A70900: hue angle of 3.23º 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 #A70900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 9 0 -
CMYK 0 0.95 1 0.35
HSL 3.23º 1% 0.33% -
HSV(B) 3.23º 1% 0.65% -
XYZ 16.03 8.41 0.78 -
YUV 55.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 167 9 0 0 0.95 1 0.35 3.23 1 0.33
Hex A7 9 0 0 5F 64 23 3 64 21
Octal 247 11 0 0 137 144 43 3 144 41
Binary 10100111 1001 0 0 1011111 1100100 100011 11 1100100 100001

Color Harmonies of #A70900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70900

Black with #A70900

Text Example


Text Example

White with #A70900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70900; }

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

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

background-color css

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

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

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

border-color css

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

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

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