Html Css Color HEX #A70C03 Free Speech Red

📋 copy color: '#A70C03'

red 167 ◦ green 12 ◦ blue 3

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

Shades of Free Speech Red #A70C03

Tints of Free Speech Red #A70C03

RGB

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

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

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

R = 91.76%
G = 6.59%
B = 1.65%

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

#A70C03 (or 0xA70C03) is known color: Free Speech Red. HEX triplet: A7, 0C and 03. RGB value is (167,12,3). Sum of RGB (Red+Green+Blue) = 167+12+3=182 (24% of max value = 765). Red value is 167 (65.62% from 255 or 91.76% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70C03 is #58F3FC. Grayscale: #393939. Windows color (decimal): -5829629 or 199847. OLE color: 199847.

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

Color convert

RGB 167 12 3 -
CMYK 0 0.93 0.98 0.35
HSL 3.29º 0.96% 0.33% -
HSV(B) 3.29º 0.98% 0.65% -
XYZ 16.08 8.49 0.88 -
YUV 57.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 167 12 3 0 0.93 0.98 0.35 3.29 0.96 0.33
Hex A7 C 3 0 5D 62 23 3 60 21
Octal 247 14 3 0 135 142 43 3 140 41
Binary 10100111 1100 11 0 1011101 1100010 100011 11 1100000 100001

Color Harmonies of #A70C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70C03

Black with #A70C03

Text Example


Text Example

White with #A70C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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