Html Css Color HEX #AF3F0D Rust

📋 copy color: '#AF3F0D'

red 175 ◦ green 63 ◦ blue 13

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

Shades of Rust #AF3F0D

Tints of Rust #AF3F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 69.72%
G = 25.1%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF3F0D (or 0xAF3F0D) is known color: Rust. HEX triplet: AF, 3F and 0D. RGB value is (175,63,13). Sum of RGB (Red+Green+Blue) = 175+63+13=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3F0D is #50C0F2. Grayscale: #5B5B5B. Windows color (decimal): -5292275 or 868271. OLE color: 868271.

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

Color convert

RGB 175 63 13 -
CMYK 0 0.64 0.93 0.31
HSL 18.52º 0.86% 0.37% -
HSV(B) 18.52º 0.93% 0.69% -
XYZ 19.53 12.7 1.8 -
YUV 90.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 175 63 13 0 0.64 0.93 0.31 18.52 0.86 0.37
Hex AF 3F D 0 40 5D 1F 13 56 25
Octal 257 77 15 0 100 135 37 23 126 45
Binary 10101111 111111 1101 0 1000000 1011101 11111 10011 1010110 100101

Color Harmonies of #AF3F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F0D

Black with #AF3F0D

Text Example


Text Example

White with #AF3F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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