Html Css Color HEX #A90502 Free Speech Red

📋 copy color: '#A90502'

red 169 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #A90502

Tints of Free Speech Red #A90502

RGB

 RED value IS 169 (66.41% from 255) = 96.02%

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

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

R = 96.02%
G = 2.84%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A90502 (or 0xA90502) is known color: Free Speech Red. HEX triplet: A9, 05 and 02. RGB value is (169,5,2). Sum of RGB (Red+Green+Blue) = 169+5+2=176 (23% of max value = 765). Red value is 169 (66.41% from 255 or 96.02% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 169 - color contains mainly: red. Hex color #A90502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90502 is #56FAFD. Grayscale: #353535. Windows color (decimal): -5700350 or 132521. OLE color: 132521.

HSL color Cylindrical-coordinate representation of color #A90502: hue angle of 1.08º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 5 2 -
CMYK 0 0.97 0.99 0.34
HSL 1.08º 0.98% 0.34% -
HSV(B) 1.08º 0.99% 0.66% -
XYZ 16.43 8.55 0.84 -
YUV 53.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 169 5 2 0 0.97 0.99 0.34 1.08 0.98 0.34
Hex A9 5 2 0 61 63 22 1 62 22
Octal 251 5 2 0 141 143 42 1 142 42
Binary 10101001 101 10 0 1100001 1100011 100010 1 1100010 100010

Color Harmonies of #A90502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90502

Black with #A90502

Text Example


Text Example

White with #A90502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90502; }

 p { color: rgb(169,5,2); }

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

background-color css

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

 a { background-color: rgb(169,5,2); }

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

border-color css

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

 span { border-color: rgb(169,5,2); }

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