Html Css Color HEX #AF371D Rust

📋 copy color: '#AF371D'

red 175 ◦ green 55 ◦ blue 29

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

Shades of Rust #AF371D

Tints of Rust #AF371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

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

R = 67.57%
G = 21.24%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF371D (or 0xAF371D) is known color: Rust. HEX triplet: AF, 37 and 1D. RGB value is (175,55,29). Sum of RGB (Red+Green+Blue) = 175+55+29=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF371D is #50C8E2. Grayscale: #585858. Windows color (decimal): -5294307 or 1914799. OLE color: 1914799.

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

Color convert

RGB 175 55 29 -
CMYK 0 0.69 0.83 0.31
HSL 10.68º 0.72% 0.4% -
HSV(B) 10.68º 0.83% 0.69% -
XYZ 19.27 11.94 2.45 -
YUV 87.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 175 55 29 0 0.69 0.83 0.31 10.68 0.72 0.4
Hex AF 37 1D 0 45 53 1F B 48 28
Octal 257 67 35 0 105 123 37 13 110 50
Binary 10101111 110111 11101 0 1000101 1010011 11111 1011 1001000 101000

Color Harmonies of #AF371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF371D

Black with #AF371D

Text Example


Text Example

White with #AF371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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