Html Css Color HEX #AB360D Rust

📋 copy color: '#AB360D'

red 171 ◦ green 54 ◦ blue 13

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

Shades of Rust #AB360D

Tints of Rust #AB360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 71.85%
G = 22.69%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB360D (or 0xAB360D) is known color: Rust. HEX triplet: AB, 36 and 0D. RGB value is (171,54,13). Sum of RGB (Red+Green+Blue) = 171+54+13=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB360D is #54C9F2. Grayscale: #545454. Windows color (decimal): -5556723 or 865963. OLE color: 865963.

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

Color convert

RGB 171 54 13 -
CMYK 0 0.68 0.92 0.33
HSL 15.57º 0.86% 0.36% -
HSV(B) 15.57º 0.92% 0.67% -
XYZ 18.19 11.33 1.61 -
YUV 84.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 171 54 13 0 0.68 0.92 0.33 15.57 0.86 0.36
Hex AB 36 D 0 44 5C 21 10 56 24
Octal 253 66 15 0 104 134 41 20 126 44
Binary 10101011 110110 1101 0 1000100 1011100 100001 10000 1010110 100100

Color Harmonies of #AB360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB360D

Black with #AB360D

Text Example


Text Example

White with #AB360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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