Html Css Color HEX #AF4E0C Rust

📋 copy color: '#AF4E0C'

red 175 ◦ green 78 ◦ blue 12

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

Shades of Rust #AF4E0C

Tints of Rust #AF4E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 66.04%
G = 29.43%
B = 4.53%

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

#AF4E0C (or 0xAF4E0C) is known color: Rust. HEX triplet: AF, 4E and 0C. RGB value is (175,78,12). Sum of RGB (Red+Green+Blue) = 175+78+12=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E0C is #50B1F3. Grayscale: #636363. Windows color (decimal): -5288436 or 806575. OLE color: 806575.

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

Color convert

RGB 175 78 12 -
CMYK 0 0.55 0.93 0.31
HSL 24.29º 0.87% 0.37% -
HSV(B) 24.29º 0.93% 0.69% -
XYZ 20.47 14.59 2.08 -
YUV 99.48 78.64 181.87 -
System Red Green Blue C M Y K H S L
Decimal 175 78 12 0 0.55 0.93 0.31 24.29 0.87 0.37
Hex AF 4E C 0 37 5D 1F 18 57 25
Octal 257 116 14 0 67 135 37 30 127 45
Binary 10101111 1001110 1100 0 110111 1011101 11111 11000 1010111 100101

Color Harmonies of #AF4E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E0C

Black with #AF4E0C

Text Example


Text Example

White with #AF4E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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