Html Css Color HEX #AB450A Rust

📋 copy color: '#AB450A'

red 171 ◦ green 69 ◦ blue 10

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

Shades of Rust #AB450A

Tints of Rust #AB450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

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

R = 68.4%
G = 27.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB450A (or 0xAB450A) is known color: Rust. HEX triplet: AB, 45 and 0A. RGB value is (171,69,10). Sum of RGB (Red+Green+Blue) = 171+69+10=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB450A is #54BAF5. Grayscale: #5D5D5D. Windows color (decimal): -5552886 or 673195. OLE color: 673195.

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

Color convert

RGB 171 69 10 -
CMYK 0 0.60 0.94 0.33
HSL 21.99º 0.89% 0.35% -
HSV(B) 21.99º 0.94% 0.67% -
XYZ 18.98 12.94 1.78 -
YUV 92.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 171 69 10 0 0.60 0.94 0.33 21.99 0.89 0.35
Hex AB 45 A 0 3C 5E 21 16 59 23
Octal 253 105 12 0 74 136 41 26 131 43
Binary 10101011 1000101 1010 0 111100 1011110 100001 10110 1011001 100011

Color Harmonies of #AB450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB450A

Black with #AB450A

Text Example


Text Example

White with #AB450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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