Html Css Color HEX #A91000 Free Speech Red

📋 copy color: '#A91000'

red 169 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #A91000

Tints of Free Speech Red #A91000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.35%
G = 8.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A91000 (or 0xA91000) is known color: Free Speech Red. HEX triplet: A9, 10 and 00. RGB value is (169,16,0). Sum of RGB (Red+Green+Blue) = 169+16+0=185 (24% of max value = 765). Red value is 169 (66.41% from 255 or 91.35% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 169 - color contains mainly: red. Hex color #A91000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91000 is #56EFFF. Grayscale: #3C3C3C. Windows color (decimal): -5697536 or 4265. OLE color: 4265.

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

Color convert

RGB 169 16 0 -
CMYK 0 0.91 1 0.34
HSL 5.68º 1% 0.33% -
HSV(B) 5.68º 1% 0.66% -
XYZ 16.55 8.81 0.83 -
YUV 59.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 169 16 0 0 0.91 1 0.34 5.68 1 0.33
Hex A9 10 0 0 5B 64 22 6 64 21
Octal 251 20 0 0 133 144 42 6 144 41
Binary 10101001 10000 0 0 1011011 1100100 100010 110 1100100 100001

Color Harmonies of #A91000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91000

Black with #A91000

Text Example


Text Example

White with #A91000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91000; }

 p { color: rgb(169,16,0); }

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

background-color css

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

 a { background-color: rgb(169,16,0); }

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

border-color css

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

 span { border-color: rgb(169,16,0); }

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