Html Css Color HEX #AB1203 Free Speech Red

📋 copy color: '#AB1203'

red 171 ◦ green 18 ◦ blue 3

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

Shades of Free Speech Red #AB1203

Tints of Free Speech Red #AB1203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

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

R = 89.06%
G = 9.38%
B = 1.56%

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

#AB1203 (or 0xAB1203) is known color: Free Speech Red. HEX triplet: AB, 12 and 03. RGB value is (171,18,3). Sum of RGB (Red+Green+Blue) = 171+18+3=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1203 is #54EDFC. Grayscale: #3E3E3E. Windows color (decimal): -5565949 or 201387. OLE color: 201387.

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

Color convert

RGB 171 18 3 -
CMYK 0 0.89 0.98 0.33
HSL 5.36º 0.97% 0.34% -
HSV(B) 5.36º 0.98% 0.67% -
XYZ 17.03 9.1 0.94 -
YUV 62.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 171 18 3 0 0.89 0.98 0.33 5.36 0.97 0.34
Hex AB 12 3 0 59 62 21 5 61 22
Octal 253 22 3 0 131 142 41 5 141 42
Binary 10101011 10010 11 0 1011001 1100010 100001 101 1100001 100010

Color Harmonies of #AB1203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1203

Black with #AB1203

Text Example


Text Example

White with #AB1203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1203; }

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

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

background-color css

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

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

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

border-color css

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

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

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