Html Css Color HEX #AB100A Free Speech Red

📋 copy color: '#AB100A'

red 171 ◦ green 16 ◦ blue 10

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

Shades of Free Speech Red #AB100A

Tints of Free Speech Red #AB100A

RGB

 RED value IS 171 (67.19% from 255) = 86.8%

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

 BLUE value IS 10 (4.3% from 255) = 5.08%

R = 86.8%
G = 8.12%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB100A (or 0xAB100A) is known color: Free Speech Red. HEX triplet: AB, 10 and 0A. RGB value is (171,16,10). Sum of RGB (Red+Green+Blue) = 171+16+10=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB100A is #54EFF5. Grayscale: #3D3D3D. Windows color (decimal): -5566454 or 659627. OLE color: 659627.

HSL color Cylindrical-coordinate representation of color #AB100A: hue angle of 2.24º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB100A is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 16 10 -
CMYK 0 0.91 0.94 0.33
HSL 2.24º 0.89% 0.35% -
HSV(B) 2.24º 0.94% 0.67% -
XYZ 17.03 9.05 1.14 -
YUV 61.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 171 16 10 0 0.91 0.94 0.33 2.24 0.89 0.35
Hex AB 10 A 0 5B 5E 21 2 59 23
Octal 253 20 12 0 133 136 41 2 131 43
Binary 10101011 10000 1010 0 1011011 1011110 100001 10 1011001 100011

Color Harmonies of #AB100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB100A

Black with #AB100A

Text Example


Text Example

White with #AB100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB100A; }

 p { color: rgb(171,16,10); }

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

background-color css

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

 a { background-color: rgb(171,16,10); }

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

border-color css

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

 span { border-color: rgb(171,16,10); }

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