Html Css Color HEX #AB3101 Rust

📋 copy color: '#AB3101'

red 171 ◦ green 49 ◦ blue 1

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

Shades of Rust #AB3101

Tints of Rust #AB3101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 77.38%
G = 22.17%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB3101 (or 0xAB3101) is known color: Rust. HEX triplet: AB, 31 and 01. RGB value is (171,49,1). Sum of RGB (Red+Green+Blue) = 171+49+1=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3101 is #54CEFE. Grayscale: #505050. Windows color (decimal): -5558015 or 78251. OLE color: 78251.

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

Color convert

RGB 171 49 1 -
CMYK 0 0.71 0.99 0.33
HSL 16.94º 0.99% 0.34% -
HSV(B) 16.94º 0.99% 0.67% -
XYZ 17.9 10.86 1.18 -
YUV 80.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 171 49 1 0 0.71 0.99 0.33 16.94 0.99 0.34
Hex AB 31 1 0 47 63 21 11 63 22
Octal 253 61 1 0 107 143 41 21 143 42
Binary 10101011 110001 1 0 1000111 1100011 100001 10001 1100011 100010

Color Harmonies of #AB3101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3101

Black with #AB3101

Text Example


Text Example

White with #AB3101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3101; }

 p { color: rgb(171,49,1); }

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

background-color css

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

 a { background-color: rgb(171,49,1); }

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

border-color css

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

 span { border-color: rgb(171,49,1); }

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