Html Css Color HEX #AF4202 Rust

📋 copy color: '#AF4202'

red 175 ◦ green 66 ◦ blue 2

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

Shades of Rust #AF4202

Tints of Rust #AF4202

RGB

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

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

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

R = 72.02%
G = 27.16%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF4202 (or 0xAF4202) is known color: Rust. HEX triplet: AF, 42 and 02. RGB value is (175,66,2). Sum of RGB (Red+Green+Blue) = 175+66+2=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4202 is #50BDFD. Grayscale: #5B5B5B. Windows color (decimal): -5291518 or 148143. OLE color: 148143.

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

Color convert

RGB 175 66 2 -
CMYK 0 0.62 0.99 0.31
HSL 22.2º 0.98% 0.35% -
HSV(B) 22.2º 0.99% 0.69% -
XYZ 19.64 13.01 1.53 -
YUV 91.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 175 66 2 0 0.62 0.99 0.31 22.2 0.98 0.35
Hex AF 42 2 0 3E 63 1F 16 62 23
Octal 257 102 2 0 76 143 37 26 142 43
Binary 10101111 1000010 10 0 111110 1100011 11111 10110 1100010 100011

Color Harmonies of #AF4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4202

Black with #AF4202

Text Example


Text Example

White with #AF4202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4202; }

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

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

background-color css

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

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

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

border-color css

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

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

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