Html Css Color HEX #AF441D Rust

📋 copy color: '#AF441D'

red 175 ◦ green 68 ◦ blue 29

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

Shades of Rust #AF441D

Tints of Rust #AF441D

RGB

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

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

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

R = 64.34%
G = 25%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF441D (or 0xAF441D) is known color: Rust. HEX triplet: AF, 44 and 1D. RGB value is (175,68,29). Sum of RGB (Red+Green+Blue) = 175+68+29=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF441D is #50BBE2. Grayscale: #5F5F5F. Windows color (decimal): -5290979 or 1918127. OLE color: 1918127.

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

Color convert

RGB 175 68 29 -
CMYK 0 0.61 0.83 0.31
HSL 16.03º 0.72% 0.4% -
HSV(B) 16.03º 0.83% 0.69% -
XYZ 19.97 13.34 2.68 -
YUV 95.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 175 68 29 0 0.61 0.83 0.31 16.03 0.72 0.4
Hex AF 44 1D 0 3D 53 1F 10 48 28
Octal 257 104 35 0 75 123 37 20 110 50
Binary 10101111 1000100 11101 0 111101 1010011 11111 10000 1001000 101000

Color Harmonies of #AF441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF441D

Black with #AF441D

Text Example


Text Example

White with #AF441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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