Html Css Color HEX #AF3C0F Rust

📋 copy color: '#AF3C0F'

red 175 ◦ green 60 ◦ blue 15

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

Shades of Rust #AF3C0F

Tints of Rust #AF3C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

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

R = 70%
G = 24%
B = 6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF3C0F (or 0xAF3C0F) is known color: Rust. HEX triplet: AF, 3C and 0F. RGB value is (175,60,15). Sum of RGB (Red+Green+Blue) = 175+60+15=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C0F is #50C3F0. Grayscale: #595959. Windows color (decimal): -5293041 or 998575. OLE color: 998575.

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

Color convert

RGB 175 60 15 -
CMYK 0 0.66 0.91 0.31
HSL 16.88º 0.84% 0.37% -
HSV(B) 16.88º 0.91% 0.69% -
XYZ 19.38 12.38 1.82 -
YUV 89.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 175 60 15 0 0.66 0.91 0.31 16.88 0.84 0.37
Hex AF 3C F 0 42 5B 1F 11 54 25
Octal 257 74 17 0 102 133 37 21 124 45
Binary 10101111 111100 1111 0 1000010 1011011 11111 10001 1010100 100101

Color Harmonies of #AF3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C0F

Black with #AF3C0F

Text Example


Text Example

White with #AF3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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