Html Css Color HEX #AB0F0D Free Speech Red

📋 copy color: '#AB0F0D'

red 171 ◦ green 15 ◦ blue 13

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

Shades of Free Speech Red #AB0F0D

Tints of Free Speech Red #AB0F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.54%

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 85.93%
G = 7.54%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB0F0D (or 0xAB0F0D) is known color: Free Speech Red. HEX triplet: AB, 0F and 0D. RGB value is (171,15,13). Sum of RGB (Red+Green+Blue) = 171+15+13=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F0D is #54F0F2. Grayscale: #3D3D3D. Windows color (decimal): -5566707 or 855979. OLE color: 855979.

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

Color convert

RGB 171 15 13 -
CMYK 0 0.91 0.92 0.33
HSL 0.76º 0.86% 0.36% -
HSV(B) 0.76º 0.92% 0.67% -
XYZ 17.04 9.03 1.23 -
YUV 61.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 171 15 13 0 0.91 0.92 0.33 0.76 0.86 0.36
Hex AB F D 0 5B 5C 21 1 56 24
Octal 253 17 15 0 133 134 41 1 126 44
Binary 10101011 1111 1101 0 1011011 1011100 100001 1 1010110 100100

Color Harmonies of #AB0F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F0D

Black with #AB0F0D

Text Example


Text Example

White with #AB0F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F0D; }

 p { color: rgb(171,15,13); }

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

background-color css

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

 a { background-color: rgb(171,15,13); }

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

border-color css

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

 span { border-color: rgb(171,15,13); }

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