Html Css Color HEX #AB1502 Free Speech Red

📋 copy color: '#AB1502'

red 171 ◦ green 21 ◦ blue 2

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

Shades of Free Speech Red #AB1502

Tints of Free Speech Red #AB1502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

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

R = 88.14%
G = 10.82%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB1502 (or 0xAB1502) is known color: Free Speech Red. HEX triplet: AB, 15 and 02. RGB value is (171,21,2). Sum of RGB (Red+Green+Blue) = 171+21+2=194 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.14% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1502 is #54EAFD. Grayscale: #3F3F3F. Windows color (decimal): -5565182 or 136619. OLE color: 136619.

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

Color convert

RGB 171 21 2 -
CMYK 0 0.88 0.99 0.33
HSL 6.75º 0.98% 0.34% -
HSV(B) 6.75º 0.99% 0.67% -
XYZ 17.07 9.2 0.93 -
YUV 63.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 171 21 2 0 0.88 0.99 0.33 6.75 0.98 0.34
Hex AB 15 2 0 58 63 21 7 62 22
Octal 253 25 2 0 130 143 41 7 142 42
Binary 10101011 10101 10 0 1011000 1100011 100001 111 1100010 100010

Color Harmonies of #AB1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1502

Black with #AB1502

Text Example


Text Example

White with #AB1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1502; }

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

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

background-color css

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

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

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

border-color css

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

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

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