Html Css Color HEX #A70D03 Free Speech Red

📋 copy color: '#A70D03'

red 167 ◦ green 13 ◦ blue 3

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

Shades of Free Speech Red #A70D03

Tints of Free Speech Red #A70D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.1%

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

R = 91.26%
G = 7.1%
B = 1.64%

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

#A70D03 (or 0xA70D03) is known color: Free Speech Red. HEX triplet: A7, 0D and 03. RGB value is (167,13,3). Sum of RGB (Red+Green+Blue) = 167+13+3=183 (24% of max value = 765). Red value is 167 (65.62% from 255 or 91.26% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70D03 is #58F2FC. Grayscale: #3A3A3A. Windows color (decimal): -5829373 or 200103. OLE color: 200103.

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

Color convert

RGB 167 13 3 -
CMYK 0 0.92 0.98 0.35
HSL 3.66º 0.96% 0.33% -
HSV(B) 3.66º 0.98% 0.65% -
XYZ 16.1 8.51 0.88 -
YUV 57.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 167 13 3 0 0.92 0.98 0.35 3.66 0.96 0.33
Hex A7 D 3 0 5C 62 23 4 60 21
Octal 247 15 3 0 134 142 43 4 140 41
Binary 10100111 1101 11 0 1011100 1100010 100011 100 1100000 100001

Color Harmonies of #A70D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70D03

Black with #A70D03

Text Example


Text Example

White with #A70D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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