Html Css Color HEX #AF320A Rust

📋 copy color: '#AF320A'

red 175 ◦ green 50 ◦ blue 10

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

Shades of Rust #AF320A

Tints of Rust #AF320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 74.47%
G = 21.28%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF320A (or 0xAF320A) is known color: Rust. HEX triplet: AF, 32 and 0A. RGB value is (175,50,10). Sum of RGB (Red+Green+Blue) = 175+50+10=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF320A is #50CDF5. Grayscale: #535353. Windows color (decimal): -5295606 or 668335. OLE color: 668335.

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

Color convert

RGB 175 50 10 -
CMYK 0 0.71 0.94 0.31
HSL 14.55º 0.89% 0.36% -
HSV(B) 14.55º 0.94% 0.69% -
XYZ 18.87 11.42 1.5 -
YUV 82.82 86.91 193.75 -
System Red Green Blue C M Y K H S L
Decimal 175 50 10 0 0.71 0.94 0.31 14.55 0.89 0.36
Hex AF 32 A 0 47 5E 1F F 59 24
Octal 257 62 12 0 107 136 37 17 131 44
Binary 10101111 110010 1010 0 1000111 1011110 11111 1111 1011001 100100

Color Harmonies of #AF320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF320A

Black with #AF320A

Text Example


Text Example

White with #AF320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF320A; }

 p { color: rgb(175,50,10); }

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

background-color css

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

 a { background-color: rgb(175,50,10); }

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

border-color css

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

 span { border-color: rgb(175,50,10); }

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