Html Css Color HEX #AF2D10 Rust

📋 copy color: '#AF2D10'

red 175 ◦ green 45 ◦ blue 16

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

Shades of Rust #AF2D10

Tints of Rust #AF2D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 74.15%
G = 19.07%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF2D10 (or 0xAF2D10) is known color: Rust. HEX triplet: AF, 2D and 10. RGB value is (175,45,16). Sum of RGB (Red+Green+Blue) = 175+45+16=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D10 is #50D2EF. Grayscale: #505050. Windows color (decimal): -5296880 or 1060271. OLE color: 1060271.

HSL color Cylindrical-coordinate representation of color #AF2D10: hue angle of 10.94º degrees, saturation: 0.83, 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 #AF2D10 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 45 16 -
CMYK 0 0.74 0.91 0.31
HSL 10.94º 0.83% 0.37% -
HSV(B) 10.94º 0.91% 0.69% -
XYZ 18.71 11.03 1.63 -
YUV 80.56 91.57 195.36 -
System Red Green Blue C M Y K H S L
Decimal 175 45 16 0 0.74 0.91 0.31 10.94 0.83 0.37
Hex AF 2D 10 0 4A 5B 1F B 53 25
Octal 257 55 20 0 112 133 37 13 123 45
Binary 10101111 101101 10000 0 1001010 1011011 11111 1011 1010011 100101

Color Harmonies of #AF2D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D10

Black with #AF2D10

Text Example


Text Example

White with #AF2D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D10; }

 p { color: rgb(175,45,16); }

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

background-color css

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

 a { background-color: rgb(175,45,16); }

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

border-color css

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

 span { border-color: rgb(175,45,16); }

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