Html Css Color HEX #AB2D0D Rust

📋 copy color: '#AB2D0D'

red 171 ◦ green 45 ◦ blue 13

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

Shades of Rust #AB2D0D

Tints of Rust #AB2D0D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

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

R = 74.67%
G = 19.65%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB2D0D (or 0xAB2D0D) is known color: Rust. HEX triplet: AB, 2D and 0D. RGB value is (171,45,13). Sum of RGB (Red+Green+Blue) = 171+45+13=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D0D is #54D2F2. Grayscale: #4F4F4F. Windows color (decimal): -5559027 or 863659. OLE color: 863659.

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

Color convert

RGB 171 45 13 -
CMYK 0 0.74 0.92 0.33
HSL 12.15º 0.86% 0.36% -
HSV(B) 12.15º 0.92% 0.67% -
XYZ 17.81 10.56 1.48 -
YUV 79.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 171 45 13 0 0.74 0.92 0.33 12.15 0.86 0.36
Hex AB 2D D 0 4A 5C 21 C 56 24
Octal 253 55 15 0 112 134 41 14 126 44
Binary 10101011 101101 1101 0 1001010 1011100 100001 1100 1010110 100100

Color Harmonies of #AB2D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D0D

Black with #AB2D0D

Text Example


Text Example

White with #AB2D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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