Html Css Color HEX #AF3F1E Rust

📋 copy color: '#AF3F1E'

red 175 ◦ green 63 ◦ blue 30

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

Shades of Rust #AF3F1E

Tints of Rust #AF3F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 65.3%
G = 23.51%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF3F1E (or 0xAF3F1E) is known color: Rust. HEX triplet: AF, 3F and 1E. RGB value is (175,63,30). Sum of RGB (Red+Green+Blue) = 175+63+30=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F1E is #50C0E1. Grayscale: #5C5C5C. Windows color (decimal): -5292258 or 1982383. OLE color: 1982383.

HSL color Cylindrical-coordinate representation of color #AF3F1E: hue angle of 13.66º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF3F1E is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 30 -
CMYK 0 0.64 0.83 0.31
HSL 13.66º 0.71% 0.4% -
HSV(B) 13.66º 0.83% 0.69% -
XYZ 19.69 12.76 2.65 -
YUV 92.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 175 63 30 0 0.64 0.83 0.31 13.66 0.71 0.4
Hex AF 3F 1E 0 40 53 1F E 47 28
Octal 257 77 36 0 100 123 37 16 107 50
Binary 10101111 111111 11110 0 1000000 1010011 11111 1110 1000111 101000

Color Harmonies of #AF3F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F1E

Black with #AF3F1E

Text Example


Text Example

White with #AF3F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F1E; }

 p { color: rgb(175,63,30); }

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

background-color css

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

 a { background-color: rgb(175,63,30); }

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

border-color css

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

 span { border-color: rgb(175,63,30); }

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