Html Css Color HEX #AB0C07 Free Speech Red

📋 copy color: '#AB0C07'

red 171 ◦ green 12 ◦ blue 7

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

Shades of Free Speech Red #AB0C07

Tints of Free Speech Red #AB0C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

 BLUE value IS 7 (3.13% from 255) = 3.68%

R = 90%
G = 6.32%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB0C07 (or 0xAB0C07) is known color: Free Speech Red. HEX triplet: AB, 0C and 07. RGB value is (171,12,7). Sum of RGB (Red+Green+Blue) = 171+12+7=190 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0C07 is #54F3F8. Grayscale: #3B3B3B. Windows color (decimal): -5567481 or 461995. OLE color: 461995.

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

Color convert

RGB 171 12 7 -
CMYK 0 0.93 0.96 0.33
HSL 1.83º 0.92% 0.35% -
HSV(B) 1.83º 0.96% 0.67% -
XYZ 16.96 8.94 1.03 -
YUV 58.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 171 12 7 0 0.93 0.96 0.33 1.83 0.92 0.35
Hex AB C 7 0 5D 60 21 2 5C 23
Octal 253 14 7 0 135 140 41 2 134 43
Binary 10101011 1100 111 0 1011101 1100000 100001 10 1011100 100011

Color Harmonies of #AB0C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C07

Black with #AB0C07

Text Example


Text Example

White with #AB0C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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