Html Css Color HEX #AF2F0F Rust

📋 copy color: '#AF2F0F'

red 175 ◦ green 47 ◦ blue 15

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

Shades of Rust #AF2F0F

Tints of Rust #AF2F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 73.84%
G = 19.83%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF2F0F (or 0xAF2F0F) is known color: Rust. HEX triplet: AF, 2F and 0F. RGB value is (175,47,15). Sum of RGB (Red+Green+Blue) = 175+47+15=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F0F is #50D0F0. Grayscale: #515151. Windows color (decimal): -5296369 or 995247. OLE color: 995247.

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

Color convert

RGB 175 47 15 -
CMYK 0 0.73 0.91 0.31
HSL 12º 0.84% 0.37% -
HSV(B) 12º 0.91% 0.69% -
XYZ 18.78 11.18 1.62 -
YUV 81.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 175 47 15 0 0.73 0.91 0.31 12 0.84 0.37
Hex AF 2F F 0 49 5B 1F C 54 25
Octal 257 57 17 0 111 133 37 14 124 45
Binary 10101111 101111 1111 0 1001001 1011011 11111 1100 1010100 100101

Color Harmonies of #AF2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F0F

Black with #AF2F0F

Text Example


Text Example

White with #AF2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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