Html Css Color HEX #AB0F03 Free Speech Red

📋 copy color: '#AB0F03'

red 171 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #AB0F03

Tints of Free Speech Red #AB0F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.59%

R = 90.48%
G = 7.94%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB0F03 (or 0xAB0F03) is known color: Free Speech Red. HEX triplet: AB, 0F and 03. RGB value is (171,15,3). Sum of RGB (Red+Green+Blue) = 171+15+3=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F03 is #54F0FC. Grayscale: #3C3C3C. Windows color (decimal): -5566717 or 200619. OLE color: 200619.

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

Color convert

RGB 171 15 3 -
CMYK 0 0.91 0.98 0.33
HSL 4.29º 0.97% 0.34% -
HSV(B) 4.29º 0.98% 0.67% -
XYZ 16.98 9.01 0.93 -
YUV 60.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 171 15 3 0 0.91 0.98 0.33 4.29 0.97 0.34
Hex AB F 3 0 5B 62 21 4 61 22
Octal 253 17 3 0 133 142 41 4 141 42
Binary 10101011 1111 11 0 1011011 1100010 100001 100 1100001 100010

Color Harmonies of #AB0F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F03

Black with #AB0F03

Text Example


Text Example

White with #AB0F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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