Html Css Color HEX #AF431C Rust

📋 copy color: '#AF431C'

red 175 ◦ green 67 ◦ blue 28

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

Shades of Rust #AF431C

Tints of Rust #AF431C

RGB

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

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

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

R = 64.81%
G = 24.81%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF431C (or 0xAF431C) is known color: Rust. HEX triplet: AF, 43 and 1C. RGB value is (175,67,28). Sum of RGB (Red+Green+Blue) = 175+67+28=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF431C is #50BCE3. Grayscale: #5F5F5F. Windows color (decimal): -5291236 or 1852335. OLE color: 1852335.

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

Color convert

RGB 175 67 28 -
CMYK 0 0.62 0.84 0.31
HSL 15.92º 0.72% 0.4% -
HSV(B) 15.92º 0.84% 0.69% -
XYZ 19.9 13.21 2.6 -
YUV 94.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 175 67 28 0 0.62 0.84 0.31 15.92 0.72 0.4
Hex AF 43 1C 0 3E 54 1F 10 48 28
Octal 257 103 34 0 76 124 37 20 110 50
Binary 10101111 1000011 11100 0 111110 1010100 11111 10000 1001000 101000

Color Harmonies of #AF431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF431C

Black with #AF431C

Text Example


Text Example

White with #AF431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF431C; }

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

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

background-color css

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

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

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

border-color css

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

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

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