Html Css Color HEX #AF2F0C Rust

📋 copy color: '#AF2F0C'

red 175 ◦ green 47 ◦ blue 12

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

Shades of Rust #AF2F0C

Tints of Rust #AF2F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 74.79%
G = 20.09%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF2F0C (or 0xAF2F0C) is known color: Rust. HEX triplet: AF, 2F and 0C. RGB value is (175,47,12). Sum of RGB (Red+Green+Blue) = 175+47+12=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F0C is #50D0F3. Grayscale: #515151. Windows color (decimal): -5296372 or 798639. OLE color: 798639.

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

Color convert

RGB 175 47 12 -
CMYK 0 0.73 0.93 0.31
HSL 12.88º 0.87% 0.37% -
HSV(B) 12.88º 0.93% 0.69% -
XYZ 18.76 11.17 1.52 -
YUV 81.28 88.91 194.85 -
System Red Green Blue C M Y K H S L
Decimal 175 47 12 0 0.73 0.93 0.31 12.88 0.87 0.37
Hex AF 2F C 0 49 5D 1F D 57 25
Octal 257 57 14 0 111 135 37 15 127 45
Binary 10101111 101111 1100 0 1001001 1011101 11111 1101 1010111 100101

Color Harmonies of #AF2F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F0C

Black with #AF2F0C

Text Example


Text Example

White with #AF2F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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