Html Css Color HEX #A60503 Free Speech Red

📋 copy color: '#A60503'

red 166 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #A60503

Tints of Free Speech Red #A60503

RGB

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

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

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

R = 95.4%
G = 2.87%
B = 1.72%

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

#A60503 (or 0xA60503) is known color: Free Speech Red. HEX triplet: A6, 05 and 03. RGB value is (166,5,3). Sum of RGB (Red+Green+Blue) = 166+5+3=174 (23% of max value = 765). Red value is 166 (65.23% from 255 or 95.40% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 166 - color contains mainly: red. Hex color #A60503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60503 is #59FAFC. Grayscale: #353535. Windows color (decimal): -5896957 or 198054. OLE color: 198054.

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

Color convert

RGB 166 5 3 -
CMYK 0 0.97 0.98 0.35
HSL 0.74º 0.96% 0.33% -
HSV(B) 0.74º 0.98% 0.65% -
XYZ 15.8 8.22 0.84 -
YUV 52.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 166 5 3 0 0.97 0.98 0.35 0.74 0.96 0.33
Hex A6 5 3 0 61 62 23 1 60 21
Octal 246 5 3 0 141 142 43 1 140 41
Binary 10100110 101 11 0 1100001 1100010 100011 1 1100000 100001

Color Harmonies of #A60503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60503

Black with #A60503

Text Example


Text Example

White with #A60503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60503; }

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

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

background-color css

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

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

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

border-color css

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

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

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