Html Css Color HEX #AB1002 Free Speech Red

📋 copy color: '#AB1002'

red 171 ◦ green 16 ◦ blue 2

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

Shades of Free Speech Red #AB1002

Tints of Free Speech Red #AB1002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 90.48%
G = 8.47%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB1002 (or 0xAB1002) is known color: Free Speech Red. HEX triplet: AB, 10 and 02. RGB value is (171,16,2). Sum of RGB (Red+Green+Blue) = 171+16+2=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1002 is #54EFFD. Grayscale: #3C3C3C. Windows color (decimal): -5566462 or 135339. OLE color: 135339.

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

Color convert

RGB 171 16 2 -
CMYK 0 0.91 0.99 0.33
HSL 4.97º 0.98% 0.34% -
HSV(B) 4.97º 0.99% 0.67% -
XYZ 16.99 9.03 0.91 -
YUV 60.75 94.85 206.64 -
System Red Green Blue C M Y K H S L
Decimal 171 16 2 0 0.91 0.99 0.33 4.97 0.98 0.34
Hex AB 10 2 0 5B 63 21 5 62 22
Octal 253 20 2 0 133 143 41 5 142 42
Binary 10101011 10000 10 0 1011011 1100011 100001 101 1100010 100010

Color Harmonies of #AB1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1002

Black with #AB1002

Text Example


Text Example

White with #AB1002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1002; }

 p { color: rgb(171,16,2); }

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

background-color css

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

 a { background-color: rgb(171,16,2); }

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

border-color css

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

 span { border-color: rgb(171,16,2); }

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