Html Css Color HEX #A61003 Free Speech Red

📋 copy color: '#A61003'

red 166 ◦ green 16 ◦ blue 3

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

Shades of Free Speech Red #A61003

Tints of Free Speech Red #A61003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 89.73%
G = 8.65%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A61003 (or 0xA61003) is known color: Free Speech Red. HEX triplet: A6, 10 and 03. RGB value is (166,16,3). Sum of RGB (Red+Green+Blue) = 166+16+3=185 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.73% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 166 - color contains mainly: red. Hex color #A61003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61003 is #59EFFC. Grayscale: #3B3B3B. Windows color (decimal): -5894141 or 200870. OLE color: 200870.

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

Color convert

RGB 166 16 3 -
CMYK 0 0.90 0.98 0.35
HSL 4.79º 0.96% 0.33% -
HSV(B) 4.79º 0.98% 0.65% -
XYZ 15.93 8.48 0.88 -
YUV 59.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 166 16 3 0 0.90 0.98 0.35 4.79 0.96 0.33
Hex A6 10 3 0 5A 62 23 5 60 21
Octal 246 20 3 0 132 142 43 5 140 41
Binary 10100110 10000 11 0 1011010 1100010 100011 101 1100000 100001

Color Harmonies of #A61003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61003

Black with #A61003

Text Example


Text Example

White with #A61003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61003; }

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

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

background-color css

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

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

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

border-color css

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

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

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