Html Css Color HEX #AB1303 Free Speech Red

📋 copy color: '#AB1303'

red 171 ◦ green 19 ◦ blue 3

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

Shades of Free Speech Red #AB1303

Tints of Free Speech Red #AB1303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

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

R = 88.6%
G = 9.84%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB1303 (or 0xAB1303) is known color: Free Speech Red. HEX triplet: AB, 13 and 03. RGB value is (171,19,3). Sum of RGB (Red+Green+Blue) = 171+19+3=193 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.60% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1303 is #54ECFC. Grayscale: #3E3E3E. Windows color (decimal): -5565693 or 201643. OLE color: 201643.

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

Color convert

RGB 171 19 3 -
CMYK 0 0.89 0.98 0.33
HSL 5.71º 0.97% 0.34% -
HSV(B) 5.71º 0.98% 0.67% -
XYZ 17.04 9.13 0.95 -
YUV 62.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 171 19 3 0 0.89 0.98 0.33 5.71 0.97 0.34
Hex AB 13 3 0 59 62 21 6 61 22
Octal 253 23 3 0 131 142 41 6 141 42
Binary 10101011 10011 11 0 1011001 1100010 100001 110 1100001 100010

Color Harmonies of #AB1303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1303

Black with #AB1303

Text Example


Text Example

White with #AB1303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1303; }

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

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

background-color css

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

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

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

border-color css

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

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

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