Html Css Color HEX #AF4802 Rust

📋 copy color: '#AF4802'

red 175 ◦ green 72 ◦ blue 2

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

Shades of Rust #AF4802

Tints of Rust #AF4802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

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

R = 70.28%
G = 28.92%
B = 0.8%

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

#AF4802 (or 0xAF4802) is known color: Rust. HEX triplet: AF, 48 and 02. RGB value is (175,72,2). Sum of RGB (Red+Green+Blue) = 175+72+2=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4802 is #50B7FD. Grayscale: #5F5F5F. Windows color (decimal): -5289982 or 149679. OLE color: 149679.

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

Color convert

RGB 175 72 2 -
CMYK 0 0.59 0.99 0.31
HSL 24.28º 0.98% 0.35% -
HSV(B) 24.28º 0.99% 0.69% -
XYZ 20.01 13.75 1.66 -
YUV 94.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 175 72 2 0 0.59 0.99 0.31 24.28 0.98 0.35
Hex AF 48 2 0 3B 63 1F 18 62 23
Octal 257 110 2 0 73 143 37 30 142 43
Binary 10101111 1001000 10 0 111011 1100011 11111 11000 1100010 100011

Color Harmonies of #AF4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4802

Black with #AF4802

Text Example


Text Example

White with #AF4802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4802; }

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

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

background-color css

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

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

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

border-color css

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

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

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