Html Css Color HEX #AF471D Rust

📋 copy color: '#AF471D'

red 175 ◦ green 71 ◦ blue 29

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

Shades of Rust #AF471D

Tints of Rust #AF471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 63.64%
G = 25.82%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF471D (or 0xAF471D) is known color: Rust. HEX triplet: AF, 47 and 1D. RGB value is (175,71,29). Sum of RGB (Red+Green+Blue) = 175+71+29=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF471D is #50B8E2. Grayscale: #616161. Windows color (decimal): -5290211 or 1918895. OLE color: 1918895.

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

Color convert

RGB 175 71 29 -
CMYK 0 0.59 0.83 0.31
HSL 17.26º 0.72% 0.4% -
HSV(B) 17.26º 0.83% 0.69% -
XYZ 20.15 13.71 2.75 -
YUV 97.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 175 71 29 0 0.59 0.83 0.31 17.26 0.72 0.4
Hex AF 47 1D 0 3B 53 1F 11 48 28
Octal 257 107 35 0 73 123 37 21 110 50
Binary 10101111 1000111 11101 0 111011 1010011 11111 10001 1001000 101000

Color Harmonies of #AF471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF471D

Black with #AF471D

Text Example


Text Example

White with #AF471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF471D; }

 p { color: rgb(175,71,29); }

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

background-color css

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

 a { background-color: rgb(175,71,29); }

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

border-color css

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

 span { border-color: rgb(175,71,29); }

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