Html Css Color HEX #AB0503 Free Speech Red

📋 copy color: '#AB0503'

red 171 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #AB0503

Tints of Free Speech Red #AB0503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

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

R = 95.53%
G = 2.79%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB0503 (or 0xAB0503) is known color: Free Speech Red. HEX triplet: AB, 05 and 03. RGB value is (171,5,3). Sum of RGB (Red+Green+Blue) = 171+5+3=179 (23% of max value = 765). Red value is 171 (67.19% from 255 or 95.53% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0503 is #54FAFC. Grayscale: #363636. Windows color (decimal): -5569277 or 198059. OLE color: 198059.

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

Color convert

RGB 171 5 3 -
CMYK 0 0.97 0.98 0.33
HSL 0.71º 0.97% 0.34% -
HSV(B) 0.71º 0.98% 0.67% -
XYZ 16.87 8.77 0.89 -
YUV 54.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 171 5 3 0 0.97 0.98 0.33 0.71 0.97 0.34
Hex AB 5 3 0 61 62 21 1 61 22
Octal 253 5 3 0 141 142 41 1 141 42
Binary 10101011 101 11 0 1100001 1100010 100001 1 1100001 100010

Color Harmonies of #AB0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0503

Black with #AB0503

Text Example


Text Example

White with #AB0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0503; }

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

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

background-color css

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

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

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

border-color css

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

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

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