Html Css Color HEX #AB2B0D Rust

📋 copy color: '#AB2B0D'

red 171 ◦ green 43 ◦ blue 13

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

Shades of Rust #AB2B0D

Tints of Rust #AB2B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

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

R = 75.33%
G = 18.94%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB2B0D (or 0xAB2B0D) is known color: Rust. HEX triplet: AB, 2B and 0D. RGB value is (171,43,13). Sum of RGB (Red+Green+Blue) = 171+43+13=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B0D is #54D4F2. Grayscale: #4E4E4E. Windows color (decimal): -5559539 or 863147. OLE color: 863147.

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

Color convert

RGB 171 43 13 -
CMYK 0 0.75 0.92 0.33
HSL 11.39º 0.86% 0.36% -
HSV(B) 11.39º 0.92% 0.67% -
XYZ 17.73 10.41 1.46 -
YUV 77.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 171 43 13 0 0.75 0.92 0.33 11.39 0.86 0.36
Hex AB 2B D 0 4B 5C 21 B 56 24
Octal 253 53 15 0 113 134 41 13 126 44
Binary 10101011 101011 1101 0 1001011 1011100 100001 1011 1010110 100100

Color Harmonies of #AB2B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B0D

Black with #AB2B0D

Text Example


Text Example

White with #AB2B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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