Html Css Color HEX #AF4D0B Rust

📋 copy color: '#AF4D0B'

red 175 ◦ green 77 ◦ blue 11

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

Shades of Rust #AF4D0B

Tints of Rust #AF4D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.28%

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

R = 66.54%
G = 29.28%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF4D0B (or 0xAF4D0B) is known color: Rust. HEX triplet: AF, 4D and 0B. RGB value is (175,77,11). Sum of RGB (Red+Green+Blue) = 175+77+11=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D0B is #50B2F4. Grayscale: #636363. Windows color (decimal): -5288693 or 740783. OLE color: 740783.

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

Color convert

RGB 175 77 11 -
CMYK 0 0.56 0.94 0.31
HSL 24.15º 0.88% 0.36% -
HSV(B) 24.15º 0.94% 0.69% -
XYZ 20.39 14.45 2.03 -
YUV 98.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 175 77 11 0 0.56 0.94 0.31 24.15 0.88 0.36
Hex AF 4D B 0 38 5E 1F 18 58 24
Octal 257 115 13 0 70 136 37 30 130 44
Binary 10101111 1001101 1011 0 111000 1011110 11111 11000 1011000 100100

Color Harmonies of #AF4D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D0B

Black with #AF4D0B

Text Example


Text Example

White with #AF4D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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