Html Css Color HEX #AF3009 Rust

📋 copy color: '#AF3009'

red 175 ◦ green 48 ◦ blue 9

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

Shades of Rust #AF3009

Tints of Rust #AF3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

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

R = 75.43%
G = 20.69%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF3009 (or 0xAF3009) is known color: Rust. HEX triplet: AF, 30 and 09. RGB value is (175,48,9). Sum of RGB (Red+Green+Blue) = 175+48+9=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3009 is #50CFF6. Grayscale: #515151. Windows color (decimal): -5296119 or 602287. OLE color: 602287.

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

Color convert

RGB 175 48 9 -
CMYK 0 0.73 0.95 0.31
HSL 14.1º 0.9% 0.36% -
HSV(B) 14.1º 0.95% 0.69% -
XYZ 18.79 11.25 1.44 -
YUV 81.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 175 48 9 0 0.73 0.95 0.31 14.1 0.9 0.36
Hex AF 30 9 0 49 5F 1F E 5A 24
Octal 257 60 11 0 111 137 37 16 132 44
Binary 10101111 110000 1001 0 1001001 1011111 11111 1110 1011010 100100

Color Harmonies of #AF3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3009

Black with #AF3009

Text Example


Text Example

White with #AF3009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3009; }

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

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

background-color css

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

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

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

border-color css

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

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

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