Html Css Color HEX #AF4C0B Rust

📋 copy color: '#AF4C0B'

red 175 ◦ green 76 ◦ blue 11

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

Shades of Rust #AF4C0B

Tints of Rust #AF4C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

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

R = 66.79%
G = 29.01%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF4C0B (or 0xAF4C0B) is known color: Rust. HEX triplet: AF, 4C and 0B. RGB value is (175,76,11). Sum of RGB (Red+Green+Blue) = 175+76+11=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C0B is #50B3F4. Grayscale: #626262. Windows color (decimal): -5288949 or 740527. OLE color: 740527.

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

Color convert

RGB 175 76 11 -
CMYK 0 0.57 0.94 0.31
HSL 23.78º 0.88% 0.36% -
HSV(B) 23.78º 0.94% 0.69% -
XYZ 20.32 14.31 2.01 -
YUV 98.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 175 76 11 0 0.57 0.94 0.31 23.78 0.88 0.36
Hex AF 4C B 0 39 5E 1F 18 58 24
Octal 257 114 13 0 71 136 37 30 130 44
Binary 10101111 1001100 1011 0 111001 1011110 11111 11000 1011000 100100

Color Harmonies of #AF4C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C0B

Black with #AF4C0B

Text Example


Text Example

White with #AF4C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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