Html Css Color HEX #AF411E Rust

📋 copy color: '#AF411E'

red 175 ◦ green 65 ◦ blue 30

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

Shades of Rust #AF411E

Tints of Rust #AF411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 64.81%
G = 24.07%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF411E (or 0xAF411E) is known color: Rust. HEX triplet: AF, 41 and 1E. RGB value is (175,65,30). Sum of RGB (Red+Green+Blue) = 175+65+30=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF411E is #50BEE1. Grayscale: #5E5E5E. Windows color (decimal): -5291746 or 1982895. OLE color: 1982895.

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

Color convert

RGB 175 65 30 -
CMYK 0 0.63 0.83 0.31
HSL 14.48º 0.71% 0.4% -
HSV(B) 14.48º 0.83% 0.69% -
XYZ 19.8 12.99 2.69 -
YUV 93.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 175 65 30 0 0.63 0.83 0.31 14.48 0.71 0.4
Hex AF 41 1E 0 3F 53 1F E 47 28
Octal 257 101 36 0 77 123 37 16 107 50
Binary 10101111 1000001 11110 0 111111 1010011 11111 1110 1000111 101000

Color Harmonies of #AF411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF411E

Black with #AF411E

Text Example


Text Example

White with #AF411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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