Html Css Color HEX #AF3E03 Rust

📋 copy color: '#AF3E03'

red 175 ◦ green 62 ◦ blue 3

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

Shades of Rust #AF3E03

Tints of Rust #AF3E03

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.83%

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

R = 72.92%
G = 25.83%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF3E03 (or 0xAF3E03) is known color: Rust. HEX triplet: AF, 3E and 03. RGB value is (175,62,3). Sum of RGB (Red+Green+Blue) = 175+62+3=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E03 is #50C1FC. Grayscale: #595959. Windows color (decimal): -5292541 or 212655. OLE color: 212655.

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

Color convert

RGB 175 62 3 -
CMYK 0 0.65 0.98 0.31
HSL 20.58º 0.97% 0.35% -
HSV(B) 20.58º 0.98% 0.69% -
XYZ 19.42 12.57 1.49 -
YUV 89.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 175 62 3 0 0.65 0.98 0.31 20.58 0.97 0.35
Hex AF 3E 3 0 41 62 1F 15 61 23
Octal 257 76 3 0 101 142 37 25 141 43
Binary 10101111 111110 11 0 1000001 1100010 11111 10101 1100001 100011

Color Harmonies of #AF3E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E03

Black with #AF3E03

Text Example


Text Example

White with #AF3E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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