Html Css Color HEX #AF441A Rust

📋 copy color: '#AF441A'

red 175 ◦ green 68 ◦ blue 26

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

Shades of Rust #AF441A

Tints of Rust #AF441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 65.06%
G = 25.28%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF441A (or 0xAF441A) is known color: Rust. HEX triplet: AF, 44 and 1A. RGB value is (175,68,26). Sum of RGB (Red+Green+Blue) = 175+68+26=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF441A is #50BBE5. Grayscale: #5F5F5F. Windows color (decimal): -5290982 or 1721519. OLE color: 1721519.

HSL color Cylindrical-coordinate representation of color #AF441A: hue angle of 16.91º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF441A is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 68 26 -
CMYK 0 0.61 0.85 0.31
HSL 16.91º 0.74% 0.39% -
HSV(B) 16.91º 0.85% 0.69% -
XYZ 19.93 13.32 2.5 -
YUV 95.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 175 68 26 0 0.61 0.85 0.31 16.91 0.74 0.39
Hex AF 44 1A 0 3D 55 1F 11 4A 27
Octal 257 104 32 0 75 125 37 21 112 47
Binary 10101111 1000100 11010 0 111101 1010101 11111 10001 1001010 100111

Color Harmonies of #AF441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF441A

Black with #AF441A

Text Example


Text Example

White with #AF441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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