Html Css Color HEX #AB3D00 Rust

📋 copy color: '#AB3D00'

red 171 ◦ green 61 ◦ blue 0

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

Shades of Rust #AB3D00

Tints of Rust #AB3D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.71%
G = 26.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB3D00 (or 0xAB3D00) is known color: Rust. HEX triplet: AB, 3D and 00. RGB value is (171,61,0). Sum of RGB (Red+Green+Blue) = 171+61+0=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3D00 is #54C2FF. Grayscale: #575757. Windows color (decimal): -5554944 or 15787. OLE color: 15787.

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

Color convert

RGB 171 61 0 -
CMYK 0 0.64 1 0.33
HSL 21.4º 1% 0.34% -
HSV(B) 21.4º 1% 0.67% -
XYZ 18.46 12 1.34 -
YUV 86.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 171 61 0 0 0.64 1 0.33 21.4 1 0.34
Hex AB 3D 0 0 40 64 21 15 64 22
Octal 253 75 0 0 100 144 41 25 144 42
Binary 10101011 111101 0 0 1000000 1100100 100001 10101 1100100 100010

Color Harmonies of #AB3D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3D00

Black with #AB3D00

Text Example


Text Example

White with #AB3D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3D00; }

 p { color: rgb(171,61,0); }

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

background-color css

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

 a { background-color: rgb(171,61,0); }

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

border-color css

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

 span { border-color: rgb(171,61,0); }

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