Html Css Color HEX #AF4702 Rust

📋 copy color: '#AF4702'

red 175 ◦ green 71 ◦ blue 2

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

Shades of Rust #AF4702

Tints of Rust #AF4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.63%

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

R = 70.56%
G = 28.63%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF4702 (or 0xAF4702) is known color: Rust. HEX triplet: AF, 47 and 02. RGB value is (175,71,2). Sum of RGB (Red+Green+Blue) = 175+71+2=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4702 is #50B8FD. Grayscale: #5E5E5E. Windows color (decimal): -5290238 or 149423. OLE color: 149423.

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

Color convert

RGB 175 71 2 -
CMYK 0 0.59 0.99 0.31
HSL 23.93º 0.98% 0.35% -
HSV(B) 23.93º 0.99% 0.69% -
XYZ 19.94 13.62 1.64 -
YUV 94.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 175 71 2 0 0.59 0.99 0.31 23.93 0.98 0.35
Hex AF 47 2 0 3B 63 1F 18 62 23
Octal 257 107 2 0 73 143 37 30 142 43
Binary 10101111 1000111 10 0 111011 1100011 11111 11000 1100010 100011

Color Harmonies of #AF4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4702

Black with #AF4702

Text Example


Text Example

White with #AF4702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4702; }

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

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

background-color css

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

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

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

border-color css

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

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

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