Html Css Color HEX #AB100C Free Speech Red

📋 copy color: '#AB100C'

red 171 ◦ green 16 ◦ blue 12

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

Shades of Free Speech Red #AB100C

Tints of Free Speech Red #AB100C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 85.93%
G = 8.04%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB100C (or 0xAB100C) is known color: Free Speech Red. HEX triplet: AB, 10 and 0C. RGB value is (171,16,12). Sum of RGB (Red+Green+Blue) = 171+16+12=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB100C is #54EFF3. Grayscale: #3E3E3E. Windows color (decimal): -5566452 or 790699. OLE color: 790699.

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

Color convert

RGB 171 16 12 -
CMYK 0 0.91 0.93 0.33
HSL 1.51º 0.87% 0.36% -
HSV(B) 1.51º 0.93% 0.67% -
XYZ 17.05 9.06 1.2 -
YUV 61.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 171 16 12 0 0.91 0.93 0.33 1.51 0.87 0.36
Hex AB 10 C 0 5B 5D 21 2 57 24
Octal 253 20 14 0 133 135 41 2 127 44
Binary 10101011 10000 1100 0 1011011 1011101 100001 10 1010111 100100

Color Harmonies of #AB100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB100C

Black with #AB100C

Text Example


Text Example

White with #AB100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB100C; }

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

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

background-color css

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

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

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

border-color css

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

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

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