Html Css Color HEX #A80D0B Free Speech Red

📋 copy color: '#A80D0B'

red 168 ◦ green 13 ◦ blue 11

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

Shades of Free Speech Red #A80D0B

Tints of Free Speech Red #A80D0B

RGB

 RED value IS 168 (66.02% from 255) = 87.5%

 GREEN value IS 13 (5.47% from 255) = 6.77%

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 87.5%
G = 6.77%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A80D0B (or 0xA80D0B) is known color: Free Speech Red. HEX triplet: A8, 0D and 0B. RGB value is (168,13,11). Sum of RGB (Red+Green+Blue) = 168+13+11=192 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.5% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80D0B is #57F2F4. Grayscale: #3B3B3B. Windows color (decimal): -5763829 or 724392. OLE color: 724392.

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

Color convert

RGB 168 13 11 -
CMYK 0 0.92 0.93 0.34
HSL 0.76º 0.88% 0.35% -
HSV(B) 0.76º 0.93% 0.66% -
XYZ 16.35 8.64 1.12 -
YUV 59.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 168 13 11 0 0.92 0.93 0.34 0.76 0.88 0.35
Hex A8 D B 0 5C 5D 22 1 58 23
Octal 250 15 13 0 134 135 42 1 130 43
Binary 10101000 1101 1011 0 1011100 1011101 100010 1 1011000 100011

Color Harmonies of #A80D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D0B

Black with #A80D0B

Text Example


Text Example

White with #A80D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D0B; }

 p { color: rgb(168,13,11); }

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

background-color css

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

 a { background-color: rgb(168,13,11); }

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

border-color css

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

 span { border-color: rgb(168,13,11); }

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