Html Css Color HEX #A90F09 Free Speech Red

📋 copy color: '#A90F09'

red 169 ◦ green 15 ◦ blue 9

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

Shades of Free Speech Red #A90F09

Tints of Free Speech Red #A90F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

 BLUE value IS 9 (3.91% from 255) = 4.66%

R = 87.56%
G = 7.77%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A90F09 (or 0xA90F09) is known color: Free Speech Red. HEX triplet: A9, 0F and 09. RGB value is (169,15,9). Sum of RGB (Red+Green+Blue) = 169+15+9=193 (25% of max value = 765). Red value is 169 (66.41% from 255 or 87.56% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90F09 is #56F0F6. Grayscale: #3C3C3C. Windows color (decimal): -5697783 or 593833. OLE color: 593833.

HSL color Cylindrical-coordinate representation of color #A90F09: hue angle of 2.25º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90F09 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 15 9 -
CMYK 0 0.91 0.95 0.34
HSL 2.25º 0.9% 0.35% -
HSV(B) 2.25º 0.95% 0.66% -
XYZ 16.58 8.8 1.08 -
YUV 60.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 169 15 9 0 0.91 0.95 0.34 2.25 0.9 0.35
Hex A9 F 9 0 5B 5F 22 2 5A 23
Octal 251 17 11 0 133 137 42 2 132 43
Binary 10101001 1111 1001 0 1011011 1011111 100010 10 1011010 100011

Color Harmonies of #A90F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90F09

Black with #A90F09

Text Example


Text Example

White with #A90F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90F09; }

 p { color: rgb(169,15,9); }

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

background-color css

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

 a { background-color: rgb(169,15,9); }

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

border-color css

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

 span { border-color: rgb(169,15,9); }

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