Html Css Color HEX #AF2F06 Rust

📋 copy color: '#AF2F06'

red 175 ◦ green 47 ◦ blue 6

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

Shades of Rust #AF2F06

Tints of Rust #AF2F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

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

R = 76.75%
G = 20.61%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF2F06 (or 0xAF2F06) is known color: Rust. HEX triplet: AF, 2F and 06. RGB value is (175,47,6). Sum of RGB (Red+Green+Blue) = 175+47+6=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F06 is #50D0F9. Grayscale: #505050. Windows color (decimal): -5296378 or 405423. OLE color: 405423.

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

Color convert

RGB 175 47 6 -
CMYK 0 0.73 0.97 0.31
HSL 14.56º 0.93% 0.35% -
HSV(B) 14.56º 0.97% 0.69% -
XYZ 18.73 11.16 1.34 -
YUV 80.6 85.91 195.33 -
System Red Green Blue C M Y K H S L
Decimal 175 47 6 0 0.73 0.97 0.31 14.56 0.93 0.35
Hex AF 2F 6 0 49 61 1F F 5D 23
Octal 257 57 6 0 111 141 37 17 135 43
Binary 10101111 101111 110 0 1001001 1100001 11111 1111 1011101 100011

Color Harmonies of #AF2F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F06

Black with #AF2F06

Text Example


Text Example

White with #AF2F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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