Html Css Color HEX #AF4314 Rust

📋 copy color: '#AF4314'

red 175 ◦ green 67 ◦ blue 20

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

Shades of Rust #AF4314

Tints of Rust #AF4314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.57%

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

R = 66.79%
G = 25.57%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4314 (or 0xAF4314) is known color: Rust. HEX triplet: AF, 43 and 14. RGB value is (175,67,20). Sum of RGB (Red+Green+Blue) = 175+67+20=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4314 is #50BCEB. Grayscale: #5E5E5E. Windows color (decimal): -5291244 or 1328047. OLE color: 1328047.

HSL color Cylindrical-coordinate representation of color #AF4314: hue angle of 18.19º 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 #AF4314 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 20 -
CMYK 0 0.62 0.89 0.31
HSL 18.19º 0.79% 0.38% -
HSV(B) 18.19º 0.89% 0.69% -
XYZ 19.81 13.18 2.16 -
YUV 93.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 175 67 20 0 0.62 0.89 0.31 18.19 0.79 0.38
Hex AF 43 14 0 3E 59 1F 12 4F 26
Octal 257 103 24 0 76 131 37 22 117 46
Binary 10101111 1000011 10100 0 111110 1011001 11111 10010 1001111 100110

Color Harmonies of #AF4314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4314

Black with #AF4314

Text Example


Text Example

White with #AF4314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4314; }

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

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

background-color css

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

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

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

border-color css

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

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

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