Html Css Color HEX #AF441E Rust

📋 copy color: '#AF441E'

red 175 ◦ green 68 ◦ blue 30

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

Shades of Rust #AF441E

Tints of Rust #AF441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 64.1%
G = 24.91%
B = 10.99%

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

#AF441E (or 0xAF441E) is known color: Rust. HEX triplet: AF, 44 and 1E. RGB value is (175,68,30). Sum of RGB (Red+Green+Blue) = 175+68+30=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF441E is #50BBE1. Grayscale: #5F5F5F. Windows color (decimal): -5290978 or 1983663. OLE color: 1983663.

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

Color convert

RGB 175 68 30 -
CMYK 0 0.61 0.83 0.31
HSL 15.72º 0.71% 0.4% -
HSV(B) 15.72º 0.83% 0.69% -
XYZ 19.98 13.34 2.75 -
YUV 95.66 90.95 184.59 -
System Red Green Blue C M Y K H S L
Decimal 175 68 30 0 0.61 0.83 0.31 15.72 0.71 0.4
Hex AF 44 1E 0 3D 53 1F 10 47 28
Octal 257 104 36 0 75 123 37 20 107 50
Binary 10101111 1000100 11110 0 111101 1010011 11111 10000 1000111 101000

Color Harmonies of #AF441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF441E

Black with #AF441E

Text Example


Text Example

White with #AF441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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