Html Css Color HEX #AB3A1A Rust

📋 copy color: '#AB3A1A'

red 171 ◦ green 58 ◦ blue 26

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

Shades of Rust #AB3A1A

Tints of Rust #AB3A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 67.06%
G = 22.75%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB3A1A (or 0xAB3A1A) is known color: Rust. HEX triplet: AB, 3A and 1A. RGB value is (171,58,26). Sum of RGB (Red+Green+Blue) = 171+58+26=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A1A is #54C5E5. Grayscale: #585858. Windows color (decimal): -5555686 or 1718955. OLE color: 1718955.

HSL color Cylindrical-coordinate representation of color #AB3A1A: hue angle of 13.24º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB3A1A is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 26 -
CMYK 0 0.66 0.85 0.33
HSL 13.24º 0.74% 0.39% -
HSV(B) 13.24º 0.85% 0.67% -
XYZ 18.49 11.76 2.27 -
YUV 88.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 171 58 26 0 0.66 0.85 0.33 13.24 0.74 0.39
Hex AB 3A 1A 0 42 55 21 D 4A 27
Octal 253 72 32 0 102 125 41 15 112 47
Binary 10101011 111010 11010 0 1000010 1010101 100001 1101 1001010 100111

Color Harmonies of #AB3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A1A

Black with #AB3A1A

Text Example


Text Example

White with #AB3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A1A; }

 p { color: rgb(171,58,26); }

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

background-color css

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

 a { background-color: rgb(171,58,26); }

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

border-color css

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

 span { border-color: rgb(171,58,26); }

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