Html Css Color HEX #AB0700 Free Speech Red

📋 copy color: '#AB0700'

red 171 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #AB0700

Tints of Free Speech Red #AB0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.07%
G = 3.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB0700 (or 0xAB0700) is known color: Free Speech Red. HEX triplet: AB, 07 and 00. RGB value is (171,7,0). Sum of RGB (Red+Green+Blue) = 171+7+0=178 (23% of max value = 765). Red value is 171 (67.19% from 255 or 96.07% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0700 is #54F8FF. Grayscale: #373737. Windows color (decimal): -5568768 or 1963. OLE color: 1963.

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

Color convert

RGB 171 7 0 -
CMYK 0 0.96 1 0.33
HSL 2.46º 1% 0.34% -
HSV(B) 2.46º 1% 0.67% -
XYZ 16.87 8.81 0.81 -
YUV 55.24 96.83 210.57 -
System Red Green Blue C M Y K H S L
Decimal 171 7 0 0 0.96 1 0.33 2.46 1 0.34
Hex AB 7 0 0 60 64 21 2 64 22
Octal 253 7 0 0 140 144 41 2 144 42
Binary 10101011 111 0 0 1100000 1100100 100001 10 1100100 100010

Color Harmonies of #AB0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0700

Black with #AB0700

Text Example


Text Example

White with #AB0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0700; }

 p { color: rgb(171,7,0); }

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

background-color css

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

 a { background-color: rgb(171,7,0); }

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

border-color css

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

 span { border-color: rgb(171,7,0); }

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