Html Css Color HEX #AF4E0D Rust

📋 copy color: '#AF4E0D'

red 175 ◦ green 78 ◦ blue 13

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

Shades of Rust #AF4E0D

Tints of Rust #AF4E0D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.32%

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

R = 65.79%
G = 29.32%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF4E0D (or 0xAF4E0D) is known color: Rust. HEX triplet: AF, 4E and 0D. RGB value is (175,78,13). Sum of RGB (Red+Green+Blue) = 175+78+13=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E0D is #50B1F2. Grayscale: #636363. Windows color (decimal): -5288435 or 872111. OLE color: 872111.

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

Color convert

RGB 175 78 13 -
CMYK 0 0.55 0.93 0.31
HSL 24.07º 0.86% 0.37% -
HSV(B) 24.07º 0.93% 0.69% -
XYZ 20.48 14.59 2.12 -
YUV 99.59 79.14 181.79 -
System Red Green Blue C M Y K H S L
Decimal 175 78 13 0 0.55 0.93 0.31 24.07 0.86 0.37
Hex AF 4E D 0 37 5D 1F 18 56 25
Octal 257 116 15 0 67 135 37 30 126 45
Binary 10101111 1001110 1101 0 110111 1011101 11111 11000 1010110 100101

Color Harmonies of #AF4E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E0D

Black with #AF4E0D

Text Example


Text Example

White with #AF4E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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