Html Css Color HEX #AF4200 Rust

📋 copy color: '#AF4200'

red 175 ◦ green 66 ◦ blue 0

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

Shades of Rust #AF4200

Tints of Rust #AF4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.61%
G = 27.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF4200 (or 0xAF4200) is known color: Rust. HEX triplet: AF, 42 and 00. RGB value is (175,66,0). Sum of RGB (Red+Green+Blue) = 175+66+0=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4200 is #50BDFF. Grayscale: #5B5B5B. Windows color (decimal): -5291520 or 17071. OLE color: 17071.

HSL color Cylindrical-coordinate representation of color #AF4200: hue angle of 22.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF4200 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 0 -
CMYK 0 0.62 1 0.31
HSL 22.63º 1% 0.34% -
HSV(B) 22.63º 1% 0.69% -
XYZ 19.63 13.01 1.48 -
YUV 91.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 175 66 0 0 0.62 1 0.31 22.63 1 0.34
Hex AF 42 0 0 3E 64 1F 17 64 22
Octal 257 102 0 0 76 144 37 27 144 42
Binary 10101111 1000010 0 0 111110 1100100 11111 10111 1100100 100010

Color Harmonies of #AF4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4200

Black with #AF4200

Text Example


Text Example

White with #AF4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4200; }

 p { color: rgb(175,66,0); }

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

background-color css

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

 a { background-color: rgb(175,66,0); }

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

border-color css

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

 span { border-color: rgb(175,66,0); }

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