Html Css Color HEX #AB410E Rust

📋 copy color: '#AB410E'

red 171 ◦ green 65 ◦ blue 14

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

Shades of Rust #AB410E

Tints of Rust #AB410E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.6%

R = 68.4%
G = 26%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB410E (or 0xAB410E) is known color: Rust. HEX triplet: AB, 41 and 0E. RGB value is (171,65,14). Sum of RGB (Red+Green+Blue) = 171+65+14=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB410E is #54BEF1. Grayscale: #5B5B5B. Windows color (decimal): -5553906 or 934315. OLE color: 934315.

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

Color convert

RGB 171 65 14 -
CMYK 0 0.62 0.92 0.33
HSL 19.49º 0.85% 0.36% -
HSV(B) 19.49º 0.92% 0.67% -
XYZ 18.76 12.47 1.83 -
YUV 90.88 84.62 185.15 -
System Red Green Blue C M Y K H S L
Decimal 171 65 14 0 0.62 0.92 0.33 19.49 0.85 0.36
Hex AB 41 E 0 3E 5C 21 13 55 24
Octal 253 101 16 0 76 134 41 23 125 44
Binary 10101011 1000001 1110 0 111110 1011100 100001 10011 1010101 100100

Color Harmonies of #AB410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB410E

Black with #AB410E

Text Example


Text Example

White with #AB410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB410E; }

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

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

background-color css

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

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

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

border-color css

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

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

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