Html Css Color HEX #AF3205 Rust

📋 copy color: '#AF3205'

red 175 ◦ green 50 ◦ blue 5

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

Shades of Rust #AF3205

Tints of Rust #AF3205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 76.09%
G = 21.74%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3205 (or 0xAF3205) is known color: Rust. HEX triplet: AF, 32 and 05. RGB value is (175,50,5). Sum of RGB (Red+Green+Blue) = 175+50+5=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3205 is #50CDFA. Grayscale: #525252. Windows color (decimal): -5295611 or 340655. OLE color: 340655.

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

Color convert

RGB 175 50 5 -
CMYK 0 0.71 0.97 0.31
HSL 15.88º 0.94% 0.35% -
HSV(B) 15.88º 0.97% 0.69% -
XYZ 18.85 11.41 1.35 -
YUV 82.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 175 50 5 0 0.71 0.97 0.31 15.88 0.94 0.35
Hex AF 32 5 0 47 61 1F 10 5E 23
Octal 257 62 5 0 107 141 37 20 136 43
Binary 10101111 110010 101 0 1000111 1100001 11111 10000 1011110 100011

Color Harmonies of #AF3205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3205

Black with #AF3205

Text Example


Text Example

White with #AF3205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3205; }

 p { color: rgb(175,50,5); }

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

background-color css

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

 a { background-color: rgb(175,50,5); }

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

border-color css

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

 span { border-color: rgb(175,50,5); }

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