Html Css Color HEX #AF2C0A Rust

📋 copy color: '#AF2C0A'

red 175 ◦ green 44 ◦ blue 10

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

Shades of Rust #AF2C0A

Tints of Rust #AF2C0A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

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

R = 76.42%
G = 19.21%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF2C0A (or 0xAF2C0A) is known color: Rust. HEX triplet: AF, 2C and 0A. RGB value is (175,44,10). Sum of RGB (Red+Green+Blue) = 175+44+10=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2C0A is #50D3F5. Grayscale: #4F4F4F. Windows color (decimal): -5297142 or 666799. OLE color: 666799.

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

Color convert

RGB 175 44 10 -
CMYK 0 0.75 0.94 0.31
HSL 12.36º 0.89% 0.36% -
HSV(B) 12.36º 0.94% 0.69% -
XYZ 18.63 10.94 1.42 -
YUV 79.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 175 44 10 0 0.75 0.94 0.31 12.36 0.89 0.36
Hex AF 2C A 0 4B 5E 1F C 59 24
Octal 257 54 12 0 113 136 37 14 131 44
Binary 10101111 101100 1010 0 1001011 1011110 11111 1100 1011001 100100

Color Harmonies of #AF2C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C0A

Black with #AF2C0A

Text Example


Text Example

White with #AF2C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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