Html Css Color HEX #AB3A0A Rust

📋 copy color: '#AB3A0A'

red 171 ◦ green 58 ◦ blue 10

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

Shades of Rust #AB3A0A

Tints of Rust #AB3A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.18%

R = 71.55%
G = 24.27%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB3A0A (or 0xAB3A0A) is known color: Rust. HEX triplet: AB, 3A and 0A. RGB value is (171,58,10). Sum of RGB (Red+Green+Blue) = 171+58+10=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A0A is #54C5F5. Grayscale: #565656. Windows color (decimal): -5555702 or 670379. OLE color: 670379.

HSL color Cylindrical-coordinate representation of color #AB3A0A: hue angle of 17.89º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB3A0A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 10 -
CMYK 0 0.66 0.94 0.33
HSL 17.89º 0.89% 0.35% -
HSV(B) 17.89º 0.94% 0.67% -
XYZ 18.36 11.71 1.58 -
YUV 86.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 171 58 10 0 0.66 0.94 0.33 17.89 0.89 0.35
Hex AB 3A A 0 42 5E 21 12 59 23
Octal 253 72 12 0 102 136 41 22 131 43
Binary 10101011 111010 1010 0 1000010 1011110 100001 10010 1011001 100011

Color Harmonies of #AB3A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A0A

Black with #AB3A0A

Text Example


Text Example

White with #AB3A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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