Html Css Color HEX #AF3C20 Rust

📋 copy color: '#AF3C20'

red 175 ◦ green 60 ◦ blue 32

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

Shades of Rust #AF3C20

Tints of Rust #AF3C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 65.54%
G = 22.47%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF3C20 (or 0xAF3C20) is known color: Rust. HEX triplet: AF, 3C and 20. RGB value is (175,60,32). Sum of RGB (Red+Green+Blue) = 175+60+32=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C20 is #50C3DF. Grayscale: #5B5B5B. Windows color (decimal): -5293024 or 2112687. OLE color: 2112687.

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

Color convert

RGB 175 60 32 -
CMYK 0 0.66 0.82 0.31
HSL 11.75º 0.69% 0.41% -
HSV(B) 11.75º 0.82% 0.69% -
XYZ 19.56 12.45 2.74 -
YUV 91.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 175 60 32 0 0.66 0.82 0.31 11.75 0.69 0.41
Hex AF 3C 20 0 42 52 1F C 45 29
Octal 257 74 40 0 102 122 37 14 105 51
Binary 10101111 111100 100000 0 1000010 1010010 11111 1100 1000101 101001

Color Harmonies of #AF3C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C20

Black with #AF3C20

Text Example


Text Example

White with #AF3C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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