Html Css Color HEX #AF440C Rust

📋 copy color: '#AF440C'

red 175 ◦ green 68 ◦ blue 12

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

Shades of Rust #AF440C

Tints of Rust #AF440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 68.63%
G = 26.67%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF440C (or 0xAF440C) is known color: Rust. HEX triplet: AF, 44 and 0C. RGB value is (175,68,12). Sum of RGB (Red+Green+Blue) = 175+68+12=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF440C is #50BBF3. Grayscale: #5D5D5D. Windows color (decimal): -5290996 or 804015. OLE color: 804015.

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

Color convert

RGB 175 68 12 -
CMYK 0 0.61 0.93 0.31
HSL 20.61º 0.87% 0.37% -
HSV(B) 20.61º 0.93% 0.69% -
XYZ 19.81 13.27 1.87 -
YUV 93.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 175 68 12 0 0.61 0.93 0.31 20.61 0.87 0.37
Hex AF 44 C 0 3D 5D 1F 15 57 25
Octal 257 104 14 0 75 135 37 25 127 45
Binary 10101111 1000100 1100 0 111101 1011101 11111 10101 1010111 100101

Color Harmonies of #AF440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF440C

Black with #AF440C

Text Example


Text Example

White with #AF440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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