Html Css Color HEX #AF480E Rust

📋 copy color: '#AF480E'

red 175 ◦ green 72 ◦ blue 14

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

Shades of Rust #AF480E

Tints of Rust #AF480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 67.05%
G = 27.59%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF480E (or 0xAF480E) is known color: Rust. HEX triplet: AF, 48 and 0E. RGB value is (175,72,14). Sum of RGB (Red+Green+Blue) = 175+72+14=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF480E is #50B7F1. Grayscale: #606060. Windows color (decimal): -5289970 or 936111. OLE color: 936111.

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

Color convert

RGB 175 72 14 -
CMYK 0 0.59 0.92 0.31
HSL 21.61º 0.85% 0.37% -
HSV(B) 21.61º 0.92% 0.69% -
XYZ 20.08 13.78 2.02 -
YUV 96.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 175 72 14 0 0.59 0.92 0.31 21.61 0.85 0.37
Hex AF 48 E 0 3B 5C 1F 16 55 25
Octal 257 110 16 0 73 134 37 26 125 45
Binary 10101111 1001000 1110 0 111011 1011100 11111 10110 1010101 100101

Color Harmonies of #AF480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF480E

Black with #AF480E

Text Example


Text Example

White with #AF480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF480E; }

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

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

background-color css

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

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

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

border-color css

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

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

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