Html Css Color HEX #AF4509 Rust

📋 copy color: '#AF4509'

red 175 ◦ green 69 ◦ blue 9

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

Shades of Rust #AF4509

Tints of Rust #AF4509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 69.17%
G = 27.27%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF4509 (or 0xAF4509) is known color: Rust. HEX triplet: AF, 45 and 09. RGB value is (175,69,9). Sum of RGB (Red+Green+Blue) = 175+69+9=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4509 is #50BAF6. Grayscale: #5E5E5E. Windows color (decimal): -5290743 or 607663. OLE color: 607663.

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

Color convert

RGB 175 69 9 -
CMYK 0 0.61 0.95 0.31
HSL 21.69º 0.9% 0.36% -
HSV(B) 21.69º 0.95% 0.69% -
XYZ 19.86 13.39 1.8 -
YUV 93.85 80.12 185.88 -
System Red Green Blue C M Y K H S L
Decimal 175 69 9 0 0.61 0.95 0.31 21.69 0.9 0.36
Hex AF 45 9 0 3D 5F 1F 16 5A 24
Octal 257 105 11 0 75 137 37 26 132 44
Binary 10101111 1000101 1001 0 111101 1011111 11111 10110 1011010 100100

Color Harmonies of #AF4509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4509

Black with #AF4509

Text Example


Text Example

White with #AF4509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4509; }

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

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

background-color css

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

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

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

border-color css

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

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

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