Html Css Color HEX #AF500D Rust

📋 copy color: '#AF500D'

red 175 ◦ green 80 ◦ blue 13

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

Shades of Rust #AF500D

Tints of Rust #AF500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 65.3%
G = 29.85%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF500D (or 0xAF500D) is known color: Rust. HEX triplet: AF, 50 and 0D. RGB value is (175,80,13). Sum of RGB (Red+Green+Blue) = 175+80+13=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF500D is #50AFF2. Grayscale: #656565. Windows color (decimal): -5287923 or 872623. OLE color: 872623.

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

Color convert

RGB 175 80 13 -
CMYK 0 0.54 0.93 0.31
HSL 24.81º 0.86% 0.37% -
HSV(B) 24.81º 0.93% 0.69% -
XYZ 20.62 14.88 2.17 -
YUV 100.77 78.47 180.95 -
System Red Green Blue C M Y K H S L
Decimal 175 80 13 0 0.54 0.93 0.31 24.81 0.86 0.37
Hex AF 50 D 0 36 5D 1F 19 56 25
Octal 257 120 15 0 66 135 37 31 126 45
Binary 10101111 1010000 1101 0 110110 1011101 11111 11001 1010110 100101

Color Harmonies of #AF500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF500D

Black with #AF500D

Text Example


Text Example

White with #AF500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF500D; }

 p { color: rgb(175,80,13); }

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

background-color css

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

 a { background-color: rgb(175,80,13); }

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

border-color css

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

 span { border-color: rgb(175,80,13); }

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