Html Css Color HEX #AF2F0B Rust

📋 copy color: '#AF2F0B'

red 175 ◦ green 47 ◦ blue 11

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

Shades of Rust #AF2F0B

Tints of Rust #AF2F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.72%

R = 75.11%
G = 20.17%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF2F0B (or 0xAF2F0B) is known color: Rust. HEX triplet: AF, 2F and 0B. RGB value is (175,47,11). Sum of RGB (Red+Green+Blue) = 175+47+11=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F0B is #50D0F4. Grayscale: #515151. Windows color (decimal): -5296373 or 733103. OLE color: 733103.

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

Color convert

RGB 175 47 11 -
CMYK 0 0.73 0.94 0.31
HSL 13.17º 0.88% 0.36% -
HSV(B) 13.17º 0.94% 0.69% -
XYZ 18.76 11.17 1.48 -
YUV 81.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 175 47 11 0 0.73 0.94 0.31 13.17 0.88 0.36
Hex AF 2F B 0 49 5E 1F D 58 24
Octal 257 57 13 0 111 136 37 15 130 44
Binary 10101111 101111 1011 0 1001001 1011110 11111 1101 1011000 100100

Color Harmonies of #AF2F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F0B

Black with #AF2F0B

Text Example


Text Example

White with #AF2F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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