Html Css Color HEX #AB411D Rust

📋 copy color: '#AB411D'

red 171 ◦ green 65 ◦ blue 29

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

Shades of Rust #AB411D

Tints of Rust #AB411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 64.53%
G = 24.53%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB411D (or 0xAB411D) is known color: Rust. HEX triplet: AB, 41 and 1D. RGB value is (171,65,29). Sum of RGB (Red+Green+Blue) = 171+65+29=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB411D is #54BEE2. Grayscale: #5C5C5C. Windows color (decimal): -5553891 or 1917355. OLE color: 1917355.

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

Color convert

RGB 171 65 29 -
CMYK 0 0.62 0.83 0.33
HSL 15.21º 0.71% 0.39% -
HSV(B) 15.21º 0.83% 0.67% -
XYZ 18.91 12.53 2.58 -
YUV 92.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 171 65 29 0 0.62 0.83 0.33 15.21 0.71 0.39
Hex AB 41 1D 0 3E 53 21 F 47 27
Octal 253 101 35 0 76 123 41 17 107 47
Binary 10101011 1000001 11101 0 111110 1010011 100001 1111 1000111 100111

Color Harmonies of #AB411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB411D

Black with #AB411D

Text Example


Text Example

White with #AB411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB411D; }

 p { color: rgb(171,65,29); }

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

background-color css

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

 a { background-color: rgb(171,65,29); }

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

border-color css

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

 span { border-color: rgb(171,65,29); }

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