Html Css Color HEX #AF4503 Rust

📋 copy color: '#AF4503'

red 175 ◦ green 69 ◦ blue 3

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

Shades of Rust #AF4503

Tints of Rust #AF4503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 70.85%
G = 27.94%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4503 (or 0xAF4503) is known color: Rust. HEX triplet: AF, 45 and 03. RGB value is (175,69,3). Sum of RGB (Red+Green+Blue) = 175+69+3=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4503 is #50BAFC. Grayscale: #5D5D5D. Windows color (decimal): -5290749 or 214447. OLE color: 214447.

HSL color Cylindrical-coordinate representation of color #AF4503: hue angle of 23.02º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF4503 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 3 -
CMYK 0 0.61 0.98 0.31
HSL 23.02º 0.97% 0.35% -
HSV(B) 23.02º 0.98% 0.69% -
XYZ 19.82 13.38 1.62 -
YUV 93.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 175 69 3 0 0.61 0.98 0.31 23.02 0.97 0.35
Hex AF 45 3 0 3D 62 1F 17 61 23
Octal 257 105 3 0 75 142 37 27 141 43
Binary 10101111 1000101 11 0 111101 1100010 11111 10111 1100001 100011

Color Harmonies of #AF4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4503

Black with #AF4503

Text Example


Text Example

White with #AF4503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4503; }

 p { color: rgb(175,69,3); }

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

background-color css

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

 a { background-color: rgb(175,69,3); }

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

border-color css

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

 span { border-color: rgb(175,69,3); }

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