Html Css Color HEX #AB411B Rust

📋 copy color: '#AB411B'

red 171 ◦ green 65 ◦ blue 27

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

Shades of Rust #AB411B

Tints of Rust #AB411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 65.02%
G = 24.71%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB411B (or 0xAB411B) is known color: Rust. HEX triplet: AB, 41 and 1B. RGB value is (171,65,27). Sum of RGB (Red+Green+Blue) = 171+65+27=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB411B is #54BEE4. Grayscale: #5C5C5C. Windows color (decimal): -5553893 or 1786283. OLE color: 1786283.

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

Color convert

RGB 171 65 27 -
CMYK 0 0.62 0.84 0.33
HSL 15.83º 0.73% 0.39% -
HSV(B) 15.83º 0.84% 0.67% -
XYZ 18.88 12.52 2.46 -
YUV 92.36 91.12 184.09 -
System Red Green Blue C M Y K H S L
Decimal 171 65 27 0 0.62 0.84 0.33 15.83 0.73 0.39
Hex AB 41 1B 0 3E 54 21 10 49 27
Octal 253 101 33 0 76 124 41 20 111 47
Binary 10101011 1000001 11011 0 111110 1010100 100001 10000 1001001 100111

Color Harmonies of #AB411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB411B

Black with #AB411B

Text Example


Text Example

White with #AB411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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