#AB0D03

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

Shades of Free Speech Red #AB0D03

Tints of Free Speech Red #AB0D03

Color information

#AB0D03 (or 0xAB0D03) is unknown color: approx Free Speech Red. HEX triplet: AB, 0D and 03. RGB value is (171,13,3). Sum of RGB (Red+Green+Blue) = 171+13+3=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0D03 is #54F2FC. Grayscale: #3B3B3B. Windows color (decimal): -5567229 or 200107. OLE color: 200107.

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

Color convert

RGB171133-
CMYK00.920.980.33
HSL3.57º96.55%34.12%-
HSV(B)3.57º98.25%67.06%-
XYZ16.958.950.92-
YUV59.196.35207.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 91.44%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=91.44%
G=6.95%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113300.920.980.333.5796.5534.12
HexABD305C622146122
Octal253153013414241414142
Binary101010111101110101110011000101000011001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0D03; }

 p { color: rgb(171,13,3); }

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

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

 a { background-color: rgb(171,13,3); }

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

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

 span { border-color: rgb(171,13,3); }

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