Html Css Color HEX #AF3A0D Rust

📋 copy color: '#AF3A0D'

red 175 ◦ green 58 ◦ blue 13

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

Shades of Rust #AF3A0D

Tints of Rust #AF3A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 71.14%
G = 23.58%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF3A0D (or 0xAF3A0D) is known color: Rust. HEX triplet: AF, 3A and 0D. RGB value is (175,58,13). Sum of RGB (Red+Green+Blue) = 175+58+13=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A0D is #50C5F2. Grayscale: #585858. Windows color (decimal): -5293555 or 866991. OLE color: 866991.

HSL color Cylindrical-coordinate representation of color #AF3A0D: hue angle of 16.67º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF3A0D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 58 13 -
CMYK 0 0.67 0.93 0.31
HSL 16.67º 0.86% 0.37% -
HSV(B) 16.67º 0.93% 0.69% -
XYZ 19.26 12.17 1.71 -
YUV 87.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 175 58 13 0 0.67 0.93 0.31 16.67 0.86 0.37
Hex AF 3A D 0 43 5D 1F 11 56 25
Octal 257 72 15 0 103 135 37 21 126 45
Binary 10101111 111010 1101 0 1000011 1011101 11111 10001 1010110 100101

Color Harmonies of #AF3A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A0D

Black with #AF3A0D

Text Example


Text Example

White with #AF3A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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