Html Css Color HEX #AB0900 Free Speech Red

📋 copy color: '#AB0900'

red 171 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #AB0900

Tints of Free Speech Red #AB0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

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

R = 95%
G = 5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB0900 (or 0xAB0900) is known color: Free Speech Red. HEX triplet: AB, 09 and 00. RGB value is (171,9,0). Sum of RGB (Red+Green+Blue) = 171+9+0=180 (23% of max value = 765). Red value is 171 (67.19% from 255 or 95% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0900 is #54F6FF. Grayscale: #383838. Windows color (decimal): -5568256 or 2475. OLE color: 2475.

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

Color convert

RGB 171 9 0 -
CMYK 0 0.95 1 0.33
HSL 3.16º 1% 0.34% -
HSV(B) 3.16º 1% 0.67% -
XYZ 16.89 8.85 0.82 -
YUV 56.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 171 9 0 0 0.95 1 0.33 3.16 1 0.34
Hex AB 9 0 0 5F 64 21 3 64 22
Octal 253 11 0 0 137 144 41 3 144 42
Binary 10101011 1001 0 0 1011111 1100100 100001 11 1100100 100010

Color Harmonies of #AB0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0900

Black with #AB0900

Text Example


Text Example

White with #AB0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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