Html Css Color HEX #A70C04 Free Speech Red

📋 copy color: '#A70C04'

red 167 ◦ green 12 ◦ blue 4

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

Shades of Free Speech Red #A70C04

Tints of Free Speech Red #A70C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 91.26%
G = 6.56%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A70C04 (or 0xA70C04) is known color: Free Speech Red. HEX triplet: A7, 0C and 04. RGB value is (167,12,4). Sum of RGB (Red+Green+Blue) = 167+12+4=183 (24% of max value = 765). Red value is 167 (65.62% from 255 or 91.26% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70C04 is #58F3FB. Grayscale: #393939. Windows color (decimal): -5829628 or 265383. OLE color: 265383.

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

Color convert

RGB 167 12 4 -
CMYK 0 0.93 0.98 0.35
HSL 2.94º 0.95% 0.34% -
HSV(B) 2.94º 0.98% 0.65% -
XYZ 16.09 8.49 0.91 -
YUV 57.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 167 12 4 0 0.93 0.98 0.35 2.94 0.95 0.34
Hex A7 C 4 0 5D 62 23 3 5F 22
Octal 247 14 4 0 135 142 43 3 137 42
Binary 10100111 1100 100 0 1011101 1100010 100011 11 1011111 100010

Color Harmonies of #A70C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70C04

Black with #A70C04

Text Example


Text Example

White with #A70C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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