Html Css Color HEX #AB1403 Free Speech Red

📋 copy color: '#AB1403'

red 171 ◦ green 20 ◦ blue 3

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

Shades of Free Speech Red #AB1403

Tints of Free Speech Red #AB1403

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

 BLUE value IS 3 (1.56% from 255) = 1.55%

R = 88.14%
G = 10.31%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB1403 (or 0xAB1403) is known color: Free Speech Red. HEX triplet: AB, 14 and 03. RGB value is (171,20,3). Sum of RGB (Red+Green+Blue) = 171+20+3=194 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.14% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1403 is #54EBFC. Grayscale: #3F3F3F. Windows color (decimal): -5565437 or 201899. OLE color: 201899.

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

Color convert

RGB 171 20 3 -
CMYK 0 0.88 0.98 0.33
HSL 6.07º 0.97% 0.34% -
HSV(B) 6.07º 0.98% 0.67% -
XYZ 17.06 9.16 0.96 -
YUV 63.21 94.03 204.88 -
System Red Green Blue C M Y K H S L
Decimal 171 20 3 0 0.88 0.98 0.33 6.07 0.97 0.34
Hex AB 14 3 0 58 62 21 6 61 22
Octal 253 24 3 0 130 142 41 6 141 42
Binary 10101011 10100 11 0 1011000 1100010 100001 110 1100001 100010

Color Harmonies of #AB1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1403

Black with #AB1403

Text Example


Text Example

White with #AB1403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1403; }

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

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

background-color css

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

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

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

border-color css

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

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

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