Html Css Color HEX #AF4C09 Rust

📋 copy color: '#AF4C09'

red 175 ◦ green 76 ◦ blue 9

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

Shades of Rust #AF4C09

Tints of Rust #AF4C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 67.31%
G = 29.23%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF4C09 (or 0xAF4C09) is known color: Rust. HEX triplet: AF, 4C and 09. RGB value is (175,76,9). Sum of RGB (Red+Green+Blue) = 175+76+9=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C09 is #50B3F6. Grayscale: #626262. Windows color (decimal): -5288951 or 609455. OLE color: 609455.

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

Color convert

RGB 175 76 9 -
CMYK 0 0.57 0.95 0.31
HSL 24.22º 0.9% 0.36% -
HSV(B) 24.22º 0.95% 0.69% -
XYZ 20.31 14.3 1.95 -
YUV 97.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 175 76 9 0 0.57 0.95 0.31 24.22 0.9 0.36
Hex AF 4C 9 0 39 5F 1F 18 5A 24
Octal 257 114 11 0 71 137 37 30 132 44
Binary 10101111 1001100 1001 0 111001 1011111 11111 11000 1011010 100100

Color Harmonies of #AF4C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C09

Black with #AF4C09

Text Example


Text Example

White with #AF4C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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