Html Css Color HEX #A71202 Free Speech Red

📋 copy color: '#A71202'

red 167 ◦ green 18 ◦ blue 2

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

Shades of Free Speech Red #A71202

Tints of Free Speech Red #A71202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 89.3%
G = 9.63%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A71202 (or 0xA71202) is known color: Free Speech Red. HEX triplet: A7, 12 and 02. RGB value is (167,18,2). Sum of RGB (Red+Green+Blue) = 167+18+2=187 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.30% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 167 - color contains mainly: red. Hex color #A71202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71202 is #58EDFD. Grayscale: #3C3C3C. Windows color (decimal): -5828094 or 135847. OLE color: 135847.

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

Color convert

RGB 167 18 2 -
CMYK 0 0.89 0.99 0.35
HSL 5.82º 0.98% 0.33% -
HSV(B) 5.82º 0.99% 0.65% -
XYZ 16.16 8.65 0.88 -
YUV 60.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 167 18 2 0 0.89 0.99 0.35 5.82 0.98 0.33
Hex A7 12 2 0 59 63 23 6 62 21
Octal 247 22 2 0 131 143 43 6 142 41
Binary 10100111 10010 10 0 1011001 1100011 100011 110 1100010 100001

Color Harmonies of #A71202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71202

Black with #A71202

Text Example


Text Example

White with #A71202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71202; }

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

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

background-color css

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

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

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

border-color css

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

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

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