Html Css Color HEX #AB1601 Free Speech Red

📋 copy color: '#AB1601'

red 171 ◦ green 22 ◦ blue 1

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

Shades of Free Speech Red #AB1601

Tints of Free Speech Red #AB1601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 88.14%
G = 11.34%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB1601 (or 0xAB1601) is known color: Free Speech Red. HEX triplet: AB, 16 and 01. RGB value is (171,22,1). Sum of RGB (Red+Green+Blue) = 171+22+1=194 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.14% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1601 is #54E9FE. Grayscale: #404040. Windows color (decimal): -5564927 or 71339. OLE color: 71339.

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

Color convert

RGB 171 22 1 -
CMYK 0 0.87 0.99 0.33
HSL 7.41º 0.99% 0.34% -
HSV(B) 7.41º 0.99% 0.67% -
XYZ 17.09 9.23 0.91 -
YUV 64.16 92.36 204.21 -
System Red Green Blue C M Y K H S L
Decimal 171 22 1 0 0.87 0.99 0.33 7.41 0.99 0.34
Hex AB 16 1 0 57 63 21 7 63 22
Octal 253 26 1 0 127 143 41 7 143 42
Binary 10101011 10110 1 0 1010111 1100011 100001 111 1100011 100010

Color Harmonies of #AB1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1601

Black with #AB1601

Text Example


Text Example

White with #AB1601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1601; }

 p { color: rgb(171,22,1); }

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

background-color css

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

 a { background-color: rgb(171,22,1); }

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

border-color css

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

 span { border-color: rgb(171,22,1); }

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