Html Css Color HEX #AF461C Rust

📋 copy color: '#AF461C'

red 175 ◦ green 70 ◦ blue 28

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

Shades of Rust #AF461C

Tints of Rust #AF461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 64.1%
G = 25.64%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF461C (or 0xAF461C) is known color: Rust. HEX triplet: AF, 46 and 1C. RGB value is (175,70,28). Sum of RGB (Red+Green+Blue) = 175+70+28=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF461C is #50B9E3. Grayscale: #606060. Windows color (decimal): -5290468 or 1853103. OLE color: 1853103.

HSL color Cylindrical-coordinate representation of color #AF461C: hue angle of 17.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF461C is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 28 -
CMYK 0 0.60 0.84 0.31
HSL 17.14º 0.72% 0.4% -
HSV(B) 17.14º 0.84% 0.69% -
XYZ 20.08 13.58 2.66 -
YUV 96.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 175 70 28 0 0.60 0.84 0.31 17.14 0.72 0.4
Hex AF 46 1C 0 3C 54 1F 11 48 28
Octal 257 106 34 0 74 124 37 21 110 50
Binary 10101111 1000110 11100 0 111100 1010100 11111 10001 1001000 101000

Color Harmonies of #AF461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF461C

Black with #AF461C

Text Example


Text Example

White with #AF461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF461C; }

 p { color: rgb(175,70,28); }

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

background-color css

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

 a { background-color: rgb(175,70,28); }

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

border-color css

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

 span { border-color: rgb(175,70,28); }

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