Html Css Color HEX #AF3202 Rust

📋 copy color: '#AF3202'

red 175 ◦ green 50 ◦ blue 2

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

Shades of Rust #AF3202

Tints of Rust #AF3202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 77.09%
G = 22.03%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3202 (or 0xAF3202) is known color: Rust. HEX triplet: AF, 32 and 02. RGB value is (175,50,2). Sum of RGB (Red+Green+Blue) = 175+50+2=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3202 is #50CDFD. Grayscale: #525252. Windows color (decimal): -5295614 or 144047. OLE color: 144047.

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

Color convert

RGB 175 50 2 -
CMYK 0 0.71 0.99 0.31
HSL 16.65º 0.98% 0.35% -
HSV(B) 16.65º 0.99% 0.69% -
XYZ 18.83 11.4 1.27 -
YUV 81.9 82.91 194.4 -
System Red Green Blue C M Y K H S L
Decimal 175 50 2 0 0.71 0.99 0.31 16.65 0.98 0.35
Hex AF 32 2 0 47 63 1F 11 62 23
Octal 257 62 2 0 107 143 37 21 142 43
Binary 10101111 110010 10 0 1000111 1100011 11111 10001 1100010 100011

Color Harmonies of #AF3202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3202

Black with #AF3202

Text Example


Text Example

White with #AF3202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3202; }

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

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

background-color css

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

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

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

border-color css

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

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

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