Html Css Color HEX #AF3A1D Rust

📋 copy color: '#AF3A1D'

red 175 ◦ green 58 ◦ blue 29

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

Shades of Rust #AF3A1D

Tints of Rust #AF3A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

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

R = 66.79%
G = 22.14%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF3A1D (or 0xAF3A1D) is known color: Rust. HEX triplet: AF, 3A and 1D. RGB value is (175,58,29). Sum of RGB (Red+Green+Blue) = 175+58+29=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A1D is #50C5E2. Grayscale: #595959. Windows color (decimal): -5293539 or 1915567. OLE color: 1915567.

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

Color convert

RGB 175 58 29 -
CMYK 0 0.67 0.83 0.31
HSL 11.92º 0.72% 0.4% -
HSV(B) 11.92º 0.83% 0.69% -
XYZ 19.41 12.23 2.5 -
YUV 89.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 175 58 29 0 0.67 0.83 0.31 11.92 0.72 0.4
Hex AF 3A 1D 0 43 53 1F C 48 28
Octal 257 72 35 0 103 123 37 14 110 50
Binary 10101111 111010 11101 0 1000011 1010011 11111 1100 1001000 101000

Color Harmonies of #AF3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A1D

Black with #AF3A1D

Text Example


Text Example

White with #AF3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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