Html Css Color HEX #AB2A01 Rust

📋 copy color: '#AB2A01'

red 171 ◦ green 42 ◦ blue 1

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

Shades of Rust #AB2A01

Tints of Rust #AB2A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.63%

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

R = 79.91%
G = 19.63%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB2A01 (or 0xAB2A01) is known color: Rust. HEX triplet: AB, 2A and 01. RGB value is (171,42,1). Sum of RGB (Red+Green+Blue) = 171+42+1=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A01 is #54D5FE. Grayscale: #4C4C4C. Windows color (decimal): -5559807 or 76459. OLE color: 76459.

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

Color convert

RGB 171 42 1 -
CMYK 0 0.75 0.99 0.33
HSL 14.47º 0.99% 0.34% -
HSV(B) 14.47º 0.99% 0.67% -
XYZ 17.63 10.32 1.09 -
YUV 75.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 171 42 1 0 0.75 0.99 0.33 14.47 0.99 0.34
Hex AB 2A 1 0 4B 63 21 E 63 22
Octal 253 52 1 0 113 143 41 16 143 42
Binary 10101011 101010 1 0 1001011 1100011 100001 1110 1100011 100010

Color Harmonies of #AB2A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A01

Black with #AB2A01

Text Example


Text Example

White with #AB2A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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