Html Css Color HEX #AF3606 Rust

📋 copy color: '#AF3606'

red 175 ◦ green 54 ◦ blue 6

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

Shades of Rust #AF3606

Tints of Rust #AF3606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

 BLUE value IS 6 (2.73% from 255) = 2.55%

R = 74.47%
G = 22.98%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3606 (or 0xAF3606) is known color: Rust. HEX triplet: AF, 36 and 06. RGB value is (175,54,6). Sum of RGB (Red+Green+Blue) = 175+54+6=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3606 is #50C9F9. Grayscale: #555555. Windows color (decimal): -5294586 or 407215. OLE color: 407215.

HSL color Cylindrical-coordinate representation of color #AF3606: hue angle of 17.04º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF3606 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 54 6 -
CMYK 0 0.69 0.97 0.31
HSL 17.04º 0.93% 0.35% -
HSV(B) 17.04º 0.97% 0.69% -
XYZ 19.03 11.77 1.44 -
YUV 84.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 175 54 6 0 0.69 0.97 0.31 17.04 0.93 0.35
Hex AF 36 6 0 45 61 1F 11 5D 23
Octal 257 66 6 0 105 141 37 21 135 43
Binary 10101111 110110 110 0 1000101 1100001 11111 10001 1011101 100011

Color Harmonies of #AF3606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3606

Black with #AF3606

Text Example


Text Example

White with #AF3606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3606; }

 p { color: rgb(175,54,6); }

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

background-color css

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

 a { background-color: rgb(175,54,6); }

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

border-color css

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

 span { border-color: rgb(175,54,6); }

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