Html Css Color HEX #AF431F Rust

📋 copy color: '#AF431F'

red 175 ◦ green 67 ◦ blue 31

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

Shades of Rust #AF431F

Tints of Rust #AF431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 64.1%
G = 24.54%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF431F (or 0xAF431F) is known color: Rust. HEX triplet: AF, 43 and 1F. RGB value is (175,67,31). Sum of RGB (Red+Green+Blue) = 175+67+31=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF431F is #50BCE0. Grayscale: #5F5F5F. Windows color (decimal): -5291233 or 2048943. OLE color: 2048943.

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

Color convert

RGB 175 67 31 -
CMYK 0 0.62 0.82 0.31
HSL 15º 0.7% 0.4% -
HSV(B) 15º 0.82% 0.69% -
XYZ 19.93 13.23 2.8 -
YUV 95.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 175 67 31 0 0.62 0.82 0.31 15 0.7 0.4
Hex AF 43 1F 0 3E 52 1F F 46 28
Octal 257 103 37 0 76 122 37 17 106 50
Binary 10101111 1000011 11111 0 111110 1010010 11111 1111 1000110 101000

Color Harmonies of #AF431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF431F

Black with #AF431F

Text Example


Text Example

White with #AF431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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