Html Css Color HEX #AF431D Rust

📋 copy color: '#AF431D'

red 175 ◦ green 67 ◦ blue 29

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

Shades of Rust #AF431D

Tints of Rust #AF431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 64.58%
G = 24.72%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF431D (or 0xAF431D) is known color: Rust. HEX triplet: AF, 43 and 1D. RGB value is (175,67,29). Sum of RGB (Red+Green+Blue) = 175+67+29=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF431D is #50BCE2. Grayscale: #5F5F5F. Windows color (decimal): -5291235 or 1917871. OLE color: 1917871.

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

Color convert

RGB 175 67 29 -
CMYK 0 0.62 0.83 0.31
HSL 15.62º 0.72% 0.4% -
HSV(B) 15.62º 0.83% 0.69% -
XYZ 19.91 13.22 2.66 -
YUV 94.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 175 67 29 0 0.62 0.83 0.31 15.62 0.72 0.4
Hex AF 43 1D 0 3E 53 1F 10 48 28
Octal 257 103 35 0 76 123 37 20 110 50
Binary 10101111 1000011 11101 0 111110 1010011 11111 10000 1001000 101000

Color Harmonies of #AF431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF431D

Black with #AF431D

Text Example


Text Example

White with #AF431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF431D; }

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

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

background-color css

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

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

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

border-color css

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

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

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