Html Css Color HEX #AF4D0C Rust

📋 copy color: '#AF4D0C'

red 175 ◦ green 77 ◦ blue 12

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

Shades of Rust #AF4D0C

Tints of Rust #AF4D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.17%

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

R = 66.29%
G = 29.17%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF4D0C (or 0xAF4D0C) is known color: Rust. HEX triplet: AF, 4D and 0C. RGB value is (175,77,12). Sum of RGB (Red+Green+Blue) = 175+77+12=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D0C is #50B2F3. Grayscale: #636363. Windows color (decimal): -5288692 or 806319. OLE color: 806319.

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

Color convert

RGB 175 77 12 -
CMYK 0 0.56 0.93 0.31
HSL 23.93º 0.87% 0.37% -
HSV(B) 23.93º 0.93% 0.69% -
XYZ 20.4 14.45 2.06 -
YUV 98.89 78.97 182.29 -
System Red Green Blue C M Y K H S L
Decimal 175 77 12 0 0.56 0.93 0.31 23.93 0.87 0.37
Hex AF 4D C 0 38 5D 1F 18 57 25
Octal 257 115 14 0 70 135 37 30 127 45
Binary 10101111 1001101 1100 0 111000 1011101 11111 11000 1010111 100101

Color Harmonies of #AF4D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D0C

Black with #AF4D0C

Text Example


Text Example

White with #AF4D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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