Html Css Color HEX #AF411C Rust

📋 copy color: '#AF411C'

red 175 ◦ green 65 ◦ blue 28

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

Shades of Rust #AF411C

Tints of Rust #AF411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 65.3%
G = 24.25%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF411C (or 0xAF411C) is known color: Rust. HEX triplet: AF, 41 and 1C. RGB value is (175,65,28). Sum of RGB (Red+Green+Blue) = 175+65+28=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF411C is #50BEE3. Grayscale: #5D5D5D. Windows color (decimal): -5291748 or 1851823. OLE color: 1851823.

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

Color convert

RGB 175 65 28 -
CMYK 0 0.63 0.84 0.31
HSL 15.1º 0.72% 0.4% -
HSV(B) 15.1º 0.84% 0.69% -
XYZ 19.78 12.98 2.56 -
YUV 93.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 175 65 28 0 0.63 0.84 0.31 15.1 0.72 0.4
Hex AF 41 1C 0 3F 54 1F F 48 28
Octal 257 101 34 0 77 124 37 17 110 50
Binary 10101111 1000001 11100 0 111111 1010100 11111 1111 1001000 101000

Color Harmonies of #AF411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF411C

Black with #AF411C

Text Example


Text Example

White with #AF411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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