Html Css Color HEX #A60504 Free Speech Red

📋 copy color: '#A60504'

red 166 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #A60504

Tints of Free Speech Red #A60504

RGB

 RED value IS 166 (65.23% from 255) = 94.86%

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 94.86%
G = 2.86%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A60504 (or 0xA60504) is known color: Free Speech Red. HEX triplet: A6, 05 and 04. RGB value is (166,5,4). Sum of RGB (Red+Green+Blue) = 166+5+4=175 (23% of max value = 765). Red value is 166 (65.23% from 255 or 94.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 166 - color contains mainly: red. Hex color #A60504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60504 is #59FAFB. Grayscale: #353535. Windows color (decimal): -5896956 or 263590. OLE color: 263590.

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

Color convert

RGB 166 5 4 -
CMYK 0 0.97 0.98 0.35
HSL 0.37º 0.95% 0.33% -
HSV(B) 0.37º 0.98% 0.65% -
XYZ 15.8 8.22 0.87 -
YUV 53.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 166 5 4 0 0.97 0.98 0.35 0.37 0.95 0.33
Hex A6 5 4 0 61 62 23 0 5F 21
Octal 246 5 4 0 141 142 43 0 137 41
Binary 10100110 101 100 0 1100001 1100010 100011 0 1011111 100001

Color Harmonies of #A60504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60504

Black with #A60504

Text Example


Text Example

White with #A60504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60504; }

 p { color: rgb(166,5,4); }

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

background-color css

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

 a { background-color: rgb(166,5,4); }

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

border-color css

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

 span { border-color: rgb(166,5,4); }

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