Html Css Color HEX #AF4E0F Rust

📋 copy color: '#AF4E0F'

red 175 ◦ green 78 ◦ blue 15

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

Shades of Rust #AF4E0F

Tints of Rust #AF4E0F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.1%

 BLUE value IS 15 (6.25% from 255) = 5.6%

R = 65.3%
G = 29.1%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF4E0F (or 0xAF4E0F) is known color: Rust. HEX triplet: AF, 4E and 0F. RGB value is (175,78,15). Sum of RGB (Red+Green+Blue) = 175+78+15=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E0F is #50B1F0. Grayscale: #646464. Windows color (decimal): -5288433 or 1003183. OLE color: 1003183.

HSL color Cylindrical-coordinate representation of color #AF4E0F: hue angle of 23.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF4E0F is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 15 -
CMYK 0 0.55 0.91 0.31
HSL 23.63º 0.84% 0.37% -
HSV(B) 23.63º 0.91% 0.69% -
XYZ 20.49 14.6 2.19 -
YUV 99.82 80.14 181.62 -
System Red Green Blue C M Y K H S L
Decimal 175 78 15 0 0.55 0.91 0.31 23.63 0.84 0.37
Hex AF 4E F 0 37 5B 1F 18 54 25
Octal 257 116 17 0 67 133 37 30 124 45
Binary 10101111 1001110 1111 0 110111 1011011 11111 11000 1010100 100101

Color Harmonies of #AF4E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E0F

Black with #AF4E0F

Text Example


Text Example

White with #AF4E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E0F; }

 p { color: rgb(175,78,15); }

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

background-color css

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

 a { background-color: rgb(175,78,15); }

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

border-color css

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

 span { border-color: rgb(175,78,15); }

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