Html Css Color HEX #A70E03 Free Speech Red

📋 copy color: '#A70E03'

red 167 ◦ green 14 ◦ blue 3

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

Shades of Free Speech Red #A70E03

Tints of Free Speech Red #A70E03

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.61%

 BLUE value IS 3 (1.56% from 255) = 1.63%

R = 90.76%
G = 7.61%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A70E03 (or 0xA70E03) is known color: Free Speech Red. HEX triplet: A7, 0E and 03. RGB value is (167,14,3). Sum of RGB (Red+Green+Blue) = 167+14+3=184 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.76% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70E03 is #58F1FC. Grayscale: #3A3A3A. Windows color (decimal): -5829117 or 200359. OLE color: 200359.

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

Color convert

RGB 167 14 3 -
CMYK 0 0.92 0.98 0.35
HSL 4.02º 0.96% 0.33% -
HSV(B) 4.02º 0.98% 0.65% -
XYZ 16.11 8.54 0.88 -
YUV 58.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 167 14 3 0 0.92 0.98 0.35 4.02 0.96 0.33
Hex A7 E 3 0 5C 62 23 4 60 21
Octal 247 16 3 0 134 142 43 4 140 41
Binary 10100111 1110 11 0 1011100 1100010 100011 100 1100000 100001

Color Harmonies of #A70E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70E03

Black with #A70E03

Text Example


Text Example

White with #A70E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70E03; }

 p { color: rgb(167,14,3); }

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

background-color css

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

 a { background-color: rgb(167,14,3); }

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

border-color css

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

 span { border-color: rgb(167,14,3); }

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