#AB1A02

Color #AB1A02 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #AB1A02

Tints of Free Speech Red #AB1A02

Color information

#AB1A02 (or 0xAB1A02) is unknown color: approx Free Speech Red. HEX triplet: AB, 1A and 02. RGB value is (171,26,2). Sum of RGB (Red+Green+Blue) = 171+26+2=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1A02 is #54E5FD. Grayscale: #424242. Windows color (decimal): -5563902 or 137899. OLE color: 137899.

HSL color Cylindrical-coordinate representation of color #AB1A02: hue angle of 8.52º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB1A02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB171262-
CMYK00.850.990.33
HSL8.52º97.69%33.92%-
HSV(B)8.52º98.83%67.06%-
XYZ17.179.40.97-
YUV66.6291.54202.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 85.93%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=85.93%
G=13.07%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17126200.850.990.338.5297.6933.92
HexAB1A2055632196222
Octal2533220125143411114242
Binary10101011110101001010101110001110000110011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1A02; }

 p { color: rgb(171,26,2); }

 H1.HeaderClassName
 {
   color: #AB1A02;
 }
 .AnyTagClassName
 {
   color: #AB1A02;
 }
</style>
background-color css

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

 a { background-color: rgb(171,26,2); }

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

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

 span { border-color: rgb(171,26,2); }

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