Html Css Color HEX #A61002 Free Speech Red

📋 copy color: '#A61002'

red 166 ◦ green 16 ◦ blue 2

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

Shades of Free Speech Red #A61002

Tints of Free Speech Red #A61002

RGB

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

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

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

R = 90.22%
G = 8.7%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A61002 (or 0xA61002) is known color: Free Speech Red. HEX triplet: A6, 10 and 02. RGB value is (166,16,2). Sum of RGB (Red+Green+Blue) = 166+16+2=184 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.22% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 166 - color contains mainly: red. Hex color #A61002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61002 is #59EFFD. Grayscale: #3B3B3B. Windows color (decimal): -5894142 or 135334. OLE color: 135334.

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

Color convert

RGB 166 16 2 -
CMYK 0 0.90 0.99 0.35
HSL 5.12º 0.98% 0.33% -
HSV(B) 5.12º 0.99% 0.65% -
XYZ 15.92 8.48 0.86 -
YUV 59.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 166 16 2 0 0.90 0.99 0.35 5.12 0.98 0.33
Hex A6 10 2 0 5A 63 23 5 62 21
Octal 246 20 2 0 132 143 43 5 142 41
Binary 10100110 10000 10 0 1011010 1100011 100011 101 1100010 100001

Color Harmonies of #A61002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61002

Black with #A61002

Text Example


Text Example

White with #A61002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61002; }

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

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

background-color css

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

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

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

border-color css

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

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

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