Html Css Color HEX #AF2C06 Rust

📋 copy color: '#AF2C06'

red 175 ◦ green 44 ◦ blue 6

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

Shades of Rust #AF2C06

Tints of Rust #AF2C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.67%

R = 77.78%
G = 19.56%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF2C06 (or 0xAF2C06) is known color: Rust. HEX triplet: AF, 2C and 06. RGB value is (175,44,6). Sum of RGB (Red+Green+Blue) = 175+44+6=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2C06 is #50D3F9. Grayscale: #4F4F4F. Windows color (decimal): -5297146 or 404655. OLE color: 404655.

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

Color convert

RGB 175 44 6 -
CMYK 0 0.75 0.97 0.31
HSL 13.49º 0.93% 0.35% -
HSV(B) 13.49º 0.97% 0.69% -
XYZ 18.61 10.93 1.3 -
YUV 78.84 86.9 196.59 -
System Red Green Blue C M Y K H S L
Decimal 175 44 6 0 0.75 0.97 0.31 13.49 0.93 0.35
Hex AF 2C 6 0 4B 61 1F D 5D 23
Octal 257 54 6 0 113 141 37 15 135 43
Binary 10101111 101100 110 0 1001011 1100001 11111 1101 1011101 100011

Color Harmonies of #AF2C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C06

Black with #AF2C06

Text Example


Text Example

White with #AF2C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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