Html Css Color HEX #AF480A Rust

📋 copy color: '#AF480A'

red 175 ◦ green 72 ◦ blue 10

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

Shades of Rust #AF480A

Tints of Rust #AF480A

RGB

 RED value IS 175 (68.75% from 255) = 68.09%

 GREEN value IS 72 (28.52% from 255) = 28.02%

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

R = 68.09%
G = 28.02%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF480A (or 0xAF480A) is known color: Rust. HEX triplet: AF, 48 and 0A. RGB value is (175,72,10). Sum of RGB (Red+Green+Blue) = 175+72+10=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF480A is #50B7F5. Grayscale: #606060. Windows color (decimal): -5289974 or 673967. OLE color: 673967.

HSL color Cylindrical-coordinate representation of color #AF480A: hue angle of 22.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF480A is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 72 10 -
CMYK 0 0.59 0.94 0.31
HSL 22.55º 0.89% 0.36% -
HSV(B) 22.55º 0.94% 0.69% -
XYZ 20.05 13.77 1.89 -
YUV 95.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 175 72 10 0 0.59 0.94 0.31 22.55 0.89 0.36
Hex AF 48 A 0 3B 5E 1F 17 59 24
Octal 257 110 12 0 73 136 37 27 131 44
Binary 10101111 1001000 1010 0 111011 1011110 11111 10111 1011001 100100

Color Harmonies of #AF480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF480A

Black with #AF480A

Text Example


Text Example

White with #AF480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF480A; }

 p { color: rgb(175,72,10); }

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

background-color css

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

 a { background-color: rgb(175,72,10); }

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

border-color css

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

 span { border-color: rgb(175,72,10); }

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