Html Css Color HEX #AF4602 Rust

📋 copy color: '#AF4602'

red 175 ◦ green 70 ◦ blue 2

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

Shades of Rust #AF4602

Tints of Rust #AF4602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

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

R = 70.85%
G = 28.34%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF4602 (or 0xAF4602) is known color: Rust. HEX triplet: AF, 46 and 02. RGB value is (175,70,2). Sum of RGB (Red+Green+Blue) = 175+70+2=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4602 is #50B9FD. Grayscale: #5E5E5E. Windows color (decimal): -5290494 or 149167. OLE color: 149167.

HSL color Cylindrical-coordinate representation of color #AF4602: hue angle of 23.58º 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 #AF4602 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 2 -
CMYK 0 0.60 0.99 0.31
HSL 23.58º 0.98% 0.35% -
HSV(B) 23.58º 0.99% 0.69% -
XYZ 19.88 13.5 1.62 -
YUV 93.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 175 70 2 0 0.60 0.99 0.31 23.58 0.98 0.35
Hex AF 46 2 0 3C 63 1F 18 62 23
Octal 257 106 2 0 74 143 37 30 142 43
Binary 10101111 1000110 10 0 111100 1100011 11111 11000 1100010 100011

Color Harmonies of #AF4602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4602

Black with #AF4602

Text Example


Text Example

White with #AF4602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4602; }

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

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

background-color css

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

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

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

border-color css

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

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

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