Html Css Color HEX #AB3E10 Rust

📋 copy color: '#AB3E10'

red 171 ◦ green 62 ◦ blue 16

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

Shades of Rust #AB3E10

Tints of Rust #AB3E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 68.67%
G = 24.9%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB3E10 (or 0xAB3E10) is known color: Rust. HEX triplet: AB, 3E and 10. RGB value is (171,62,16). Sum of RGB (Red+Green+Blue) = 171+62+16=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3E10 is #54C1EF. Grayscale: #595959. Windows color (decimal): -5554672 or 1064619. OLE color: 1064619.

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

Color convert

RGB 171 62 16 -
CMYK 0 0.64 0.91 0.33
HSL 17.81º 0.83% 0.37% -
HSV(B) 17.81º 0.91% 0.67% -
XYZ 18.61 12.14 1.85 -
YUV 89.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 171 62 16 0 0.64 0.91 0.33 17.81 0.83 0.37
Hex AB 3E 10 0 40 5B 21 12 53 25
Octal 253 76 20 0 100 133 41 22 123 45
Binary 10101011 111110 10000 0 1000000 1011011 100001 10010 1010011 100101

Color Harmonies of #AB3E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3E10

Black with #AB3E10

Text Example


Text Example

White with #AB3E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3E10; }

 p { color: rgb(171,62,16); }

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

background-color css

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

 a { background-color: rgb(171,62,16); }

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

border-color css

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

 span { border-color: rgb(171,62,16); }

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