Html Css Color HEX #AF3809 Rust

📋 copy color: '#AF3809'

red 175 ◦ green 56 ◦ blue 9

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

Shades of Rust #AF3809

Tints of Rust #AF3809

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

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

R = 72.92%
G = 23.33%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF3809 (or 0xAF3809) is known color: Rust. HEX triplet: AF, 38 and 09. RGB value is (175,56,9). Sum of RGB (Red+Green+Blue) = 175+56+9=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3809 is #50C7F6. Grayscale: #565656. Windows color (decimal): -5294071 or 604335. OLE color: 604335.

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

Color convert

RGB 175 56 9 -
CMYK 0 0.68 0.95 0.31
HSL 16.99º 0.9% 0.36% -
HSV(B) 16.99º 0.95% 0.69% -
XYZ 19.14 11.96 1.56 -
YUV 86.22 84.42 191.32 -
System Red Green Blue C M Y K H S L
Decimal 175 56 9 0 0.68 0.95 0.31 16.99 0.9 0.36
Hex AF 38 9 0 44 5F 1F 11 5A 24
Octal 257 70 11 0 104 137 37 21 132 44
Binary 10101111 111000 1001 0 1000100 1011111 11111 10001 1011010 100100

Color Harmonies of #AF3809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3809

Black with #AF3809

Text Example


Text Example

White with #AF3809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3809; }

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

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

background-color css

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

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

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

border-color css

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

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

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