Html Css Color HEX #AF3C05 Rust

📋 copy color: '#AF3C05'

red 175 ◦ green 60 ◦ blue 5

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

Shades of Rust #AF3C05

Tints of Rust #AF3C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 72.92%
G = 25%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3C05 (or 0xAF3C05) is known color: Rust. HEX triplet: AF, 3C and 05. RGB value is (175,60,5). Sum of RGB (Red+Green+Blue) = 175+60+5=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C05 is #50C3FA. Grayscale: #585858. Windows color (decimal): -5293051 or 343215. OLE color: 343215.

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

Color convert

RGB 175 60 5 -
CMYK 0 0.66 0.97 0.31
HSL 19.41º 0.94% 0.35% -
HSV(B) 19.41º 0.97% 0.69% -
XYZ 19.32 12.36 1.51 -
YUV 88.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 175 60 5 0 0.66 0.97 0.31 19.41 0.94 0.35
Hex AF 3C 5 0 42 61 1F 13 5E 23
Octal 257 74 5 0 102 141 37 23 136 43
Binary 10101111 111100 101 0 1000010 1100001 11111 10011 1011110 100011

Color Harmonies of #AF3C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C05

Black with #AF3C05

Text Example


Text Example

White with #AF3C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C05; }

 p { color: rgb(175,60,5); }

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

background-color css

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

 a { background-color: rgb(175,60,5); }

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

border-color css

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

 span { border-color: rgb(175,60,5); }

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