Html Css Color HEX #AB3A0D Rust

📋 copy color: '#AB3A0D'

red 171 ◦ green 58 ◦ blue 13

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

Shades of Rust #AB3A0D

Tints of Rust #AB3A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 70.66%
G = 23.97%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB3A0D (or 0xAB3A0D) is known color: Rust. HEX triplet: AB, 3A and 0D. RGB value is (171,58,13). Sum of RGB (Red+Green+Blue) = 171+58+13=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A0D is #54C5F2. Grayscale: #565656. Windows color (decimal): -5555699 or 866987. OLE color: 866987.

HSL color Cylindrical-coordinate representation of color #AB3A0D: hue angle of 17.09º degrees, saturation: 0.86, 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 #AB3A0D is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 13 -
CMYK 0 0.66 0.92 0.33
HSL 17.09º 0.86% 0.36% -
HSV(B) 17.09º 0.92% 0.67% -
XYZ 18.38 11.71 1.67 -
YUV 86.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 171 58 13 0 0.66 0.92 0.33 17.09 0.86 0.36
Hex AB 3A D 0 42 5C 21 11 56 24
Octal 253 72 15 0 102 134 41 21 126 44
Binary 10101011 111010 1101 0 1000010 1011100 100001 10001 1010110 100100

Color Harmonies of #AB3A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A0D

Black with #AB3A0D

Text Example


Text Example

White with #AB3A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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