Html Css Color HEX #AF4813 Rust

📋 copy color: '#AF4813'

red 175 ◦ green 72 ◦ blue 19

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

Shades of Rust #AF4813

Tints of Rust #AF4813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 65.79%
G = 27.07%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4813 (or 0xAF4813) is known color: Rust. HEX triplet: AF, 48 and 13. RGB value is (175,72,19). Sum of RGB (Red+Green+Blue) = 175+72+19=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4813 is #50B7EC. Grayscale: #616161. Windows color (decimal): -5289965 or 1263791. OLE color: 1263791.

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

Color convert

RGB 175 72 19 -
CMYK 0 0.59 0.89 0.31
HSL 20.38º 0.8% 0.38% -
HSV(B) 20.38º 0.89% 0.69% -
XYZ 20.11 13.8 2.22 -
YUV 96.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 175 72 19 0 0.59 0.89 0.31 20.38 0.8 0.38
Hex AF 48 13 0 3B 59 1F 14 50 26
Octal 257 110 23 0 73 131 37 24 120 46
Binary 10101111 1001000 10011 0 111011 1011001 11111 10100 1010000 100110

Color Harmonies of #AF4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4813

Black with #AF4813

Text Example


Text Example

White with #AF4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4813; }

 p { color: rgb(175,72,19); }

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

background-color css

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

 a { background-color: rgb(175,72,19); }

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

border-color css

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

 span { border-color: rgb(175,72,19); }

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