Html Css Color HEX #A71800 Free Speech Red

📋 copy color: '#A71800'

red 167 ◦ green 24 ◦ blue 0

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

Shades of Free Speech Red #A71800

Tints of Free Speech Red #A71800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.43%
G = 12.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A71800 (or 0xA71800) is known color: Free Speech Red. HEX triplet: A7, 18 and 00. RGB value is (167,24,0). Sum of RGB (Red+Green+Blue) = 167+24+0=191 (25% of max value = 765). Red value is 167 (65.62% from 255 or 87.43% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 167 - color contains mainly: red. Hex color #A71800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71800 is #58E7FF. Grayscale: #404040. Windows color (decimal): -5826560 or 6311. OLE color: 6311.

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

Color convert

RGB 167 24 0 -
CMYK 0 0.86 1 0.35
HSL 8.62º 1% 0.33% -
HSV(B) 8.62º 1% 0.65% -
XYZ 16.26 8.87 0.85 -
YUV 64.02 91.88 201.45 -
System Red Green Blue C M Y K H S L
Decimal 167 24 0 0 0.86 1 0.35 8.62 1 0.33
Hex A7 18 0 0 56 64 23 9 64 21
Octal 247 30 0 0 126 144 43 11 144 41
Binary 10100111 11000 0 0 1010110 1100100 100011 1001 1100100 100001

Color Harmonies of #A71800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71800

Black with #A71800

Text Example


Text Example

White with #A71800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71800; }

 p { color: rgb(167,24,0); }

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

background-color css

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

 a { background-color: rgb(167,24,0); }

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

border-color css

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

 span { border-color: rgb(167,24,0); }

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