Html Css Color HEX #AF3614 Rust

📋 copy color: '#AF3614'

red 175 ◦ green 54 ◦ blue 20

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

Shades of Rust #AF3614

Tints of Rust #AF3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 70.28%
G = 21.69%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF3614 (or 0xAF3614) is known color: Rust. HEX triplet: AF, 36 and 14. RGB value is (175,54,20). Sum of RGB (Red+Green+Blue) = 175+54+20=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3614 is #50C9EB. Grayscale: #565656. Windows color (decimal): -5294572 or 1324719. OLE color: 1324719.

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

Color convert

RGB 175 54 20 -
CMYK 0 0.69 0.89 0.31
HSL 13.16º 0.79% 0.38% -
HSV(B) 13.16º 0.89% 0.69% -
XYZ 19.12 11.8 1.93 -
YUV 86.3 90.59 191.26 -
System Red Green Blue C M Y K H S L
Decimal 175 54 20 0 0.69 0.89 0.31 13.16 0.79 0.38
Hex AF 36 14 0 45 59 1F D 4F 26
Octal 257 66 24 0 105 131 37 15 117 46
Binary 10101111 110110 10100 0 1000101 1011001 11111 1101 1001111 100110

Color Harmonies of #AF3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3614

Black with #AF3614

Text Example


Text Example

White with #AF3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3614; }

 p { color: rgb(175,54,20); }

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

background-color css

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

 a { background-color: rgb(175,54,20); }

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

border-color css

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

 span { border-color: rgb(175,54,20); }

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