Html Css Color HEX #AF3A09 Rust

📋 copy color: '#AF3A09'

red 175 ◦ green 58 ◦ blue 9

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

Shades of Rust #AF3A09

Tints of Rust #AF3A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 72.31%
G = 23.97%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF3A09 (or 0xAF3A09) is known color: Rust. HEX triplet: AF, 3A and 09. RGB value is (175,58,9). Sum of RGB (Red+Green+Blue) = 175+58+9=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A09 is #50C5F6. Grayscale: #575757. Windows color (decimal): -5293559 or 604847. OLE color: 604847.

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

Color convert

RGB 175 58 9 -
CMYK 0 0.67 0.95 0.31
HSL 17.71º 0.9% 0.36% -
HSV(B) 17.71º 0.95% 0.69% -
XYZ 19.24 12.16 1.59 -
YUV 87.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 175 58 9 0 0.67 0.95 0.31 17.71 0.9 0.36
Hex AF 3A 9 0 43 5F 1F 12 5A 24
Octal 257 72 11 0 103 137 37 22 132 44
Binary 10101111 111010 1001 0 1000011 1011111 11111 10010 1011010 100100

Color Harmonies of #AF3A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A09

Black with #AF3A09

Text Example


Text Example

White with #AF3A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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