Html Css Color HEX #A70F02 Free Speech Red

📋 copy color: '#A70F02'

red 167 ◦ green 15 ◦ blue 2

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

Shades of Free Speech Red #A70F02

Tints of Free Speech Red #A70F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 90.76%
G = 8.15%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A70F02 (or 0xA70F02) is known color: Free Speech Red. HEX triplet: A7, 0F and 02. RGB value is (167,15,2). Sum of RGB (Red+Green+Blue) = 167+15+2=184 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.76% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70F02 is #58F0FD. Grayscale: #3B3B3B. Windows color (decimal): -5828862 or 135079. OLE color: 135079.

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

Color convert

RGB 167 15 2 -
CMYK 0 0.91 0.99 0.35
HSL 4.73º 0.98% 0.33% -
HSV(B) 4.73º 0.99% 0.65% -
XYZ 16.12 8.56 0.86 -
YUV 58.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 167 15 2 0 0.91 0.99 0.35 4.73 0.98 0.33
Hex A7 F 2 0 5B 63 23 5 62 21
Octal 247 17 2 0 133 143 43 5 142 41
Binary 10100111 1111 10 0 1011011 1100011 100011 101 1100010 100001

Color Harmonies of #A70F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F02

Black with #A70F02

Text Example


Text Example

White with #A70F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F02; }

 p { color: rgb(167,15,2); }

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

background-color css

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

 a { background-color: rgb(167,15,2); }

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

border-color css

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

 span { border-color: rgb(167,15,2); }

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