#AB1502

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

Shades of Free Speech Red #AB1502

Tints of Free Speech Red #AB1502

Color information

#AB1502 (or 0xAB1502) is unknown color: approx Free Speech Red. HEX triplet: AB, 15 and 02. RGB value is (171,21,2). Sum of RGB (Red+Green+Blue) = 171+21+2=194 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.14% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1502 is #54EAFD. Grayscale: #3F3F3F. Windows color (decimal): -5565182 or 136619. OLE color: 136619.

HSL color Cylindrical-coordinate representation of color #AB1502: hue angle of 6.75º 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 #AB1502 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB171212-
CMYK00.880.990.33
HSL6.75º97.69%33.92%-
HSV(B)6.75º98.83%67.06%-
XYZ17.079.20.93-
YUV63.6893.2204.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 88.14%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=88.14%
G=10.82%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17121200.880.990.336.7597.6933.92
HexAB152058632176222
Octal253252013014341714242
Binary1010101110101100101100011000111000011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1502; }

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

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

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

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

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

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

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

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